diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1993-09-03 23:01:17 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1993-09-03 23:01:17 +0000 |
commit | a9c42a23880204e78eba40497fd132a496f73ec7 (patch) | |
tree | 33f2e2fff1fe01fa5806a718ba345fc9ec5b3485 /usr.sbin/pkg_install/add/Makefile | |
parent | 1dc20d5093235e4c82ec14cac846fcea4aca8be3 (diff) |
Lots of misc tweaks, support for arbitrary separators in pkg_info, more
intelligent name handling in pkg_create. Most of these files are changed
because of rcsid's being different in my cvs tree and freefall's (foo).
Notes
Notes:
svn path=/head/; revision=379
Diffstat (limited to 'usr.sbin/pkg_install/add/Makefile')
-rw-r--r-- | usr.sbin/pkg_install/add/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pkg_install/add/Makefile b/usr.sbin/pkg_install/add/Makefile index d91baba68b7b..8ac76a6d51cd 100644 --- a/usr.sbin/pkg_install/add/Makefile +++ b/usr.sbin/pkg_install/add/Makefile @@ -1,6 +1,6 @@ PROG= pkg_add -CFLAGS+= -I${.CURDIR}/../lib +CFLAGS+= ${DEBUG} -I${.CURDIR}/../lib LDADD+= -L${.CURDIR}/../lib -linstall SRCS= main.c perform.c futil.c extract.c |