diff options
Diffstat (limited to 'usr.sbin/pkg_install/lib/Makefile')
-rw-r--r-- | usr.sbin/pkg_install/lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pkg_install/lib/Makefile b/usr.sbin/pkg_install/lib/Makefile index 632aba902a6..e1f0b4efbfa 100644 --- a/usr.sbin/pkg_install/lib/Makefile +++ b/usr.sbin/pkg_install/lib/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.4 1999/10/05 22:34:45 espie Exp $ +# $OpenBSD: Makefile,v 1.5 2001/04/08 16:45:47 espie Exp $ LIB= install -SRCS= file.c plist.c str.c exec.c global.c pen.c +SRCS= file.c plist.c str.c exec.c global.c pen.c pwarnx.c CFLAGS+= ${DEBUG} NOPROFILE= yes NOPIC= yes |