Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
	- Add what was missed in c6220f7
	- Pointyhat to:	jlaffaye
  • Loading branch information
dnaeon committed Aug 15, 2011
1 parent 8d6bb12 commit 3617d06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg2legacy/Makefile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ BINDIR= /usr/sbin


CFLAGS= -I${.CURDIR}/../libpkg CFLAGS= -I${.CURDIR}/../libpkg
LDADD= -L../libpkg \ LDADD= -L../libpkg \
-lpkgng -lpkg
WARNS?= 6 WARNS?= 6
NO_MAN= NO_MAN=


Expand Down
2 changes: 1 addition & 1 deletion tests/Makefile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ CFLAGS+=-I. \
LDADD+= -L/usr/local/lib \ LDADD+= -L/usr/local/lib \
-lcheck \ -lcheck \
-L../libpkg \ -L../libpkg \
-lpkgng -lpkg
NO_MAN= true NO_MAN= true


run: ${PROG} run: ${PROG}
Expand Down

0 comments on commit 3617d06

Please sign in to comment.