summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/lib
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>1999-10-05 22:30:19 +0000
committerMarc Espie <espie@cvs.openbsd.org>1999-10-05 22:30:19 +0000
commita7ad55cd010807bb1477b8fa12e9adb5dca03712 (patch)
tree62fe1e0a91bf732dfd4c6dd4cd9bf3fc7b378688 /usr.sbin/pkg_install/lib
parenta98ac634379e974a26aedacd311f000e58f19da8 (diff)
Actually build pkg_sign.
Diffstat (limited to 'usr.sbin/pkg_install/lib')
-rw-r--r--usr.sbin/pkg_install/lib/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/pkg_install/lib/Makefile b/usr.sbin/pkg_install/lib/Makefile
index 2332a1bcb17..dc11aaeaddc 100644
--- a/usr.sbin/pkg_install/lib/Makefile
+++ b/usr.sbin/pkg_install/lib/Makefile
@@ -1,7 +1,9 @@
-# $OpenBSD: Makefile,v 1.2 1998/10/13 23:09:52 marc Exp $
+# $OpenBSD: Makefile,v 1.3 1999/10/05 22:30:18 espie Exp $
LIB= install
SRCS= file.c plist.c str.c exec.c global.c pen.c
-CFLAGS+= ${DEBUG}
+.PATH: ${.CURDIR}/../sign
+SRCS+= check.c gzip.c common.c sha1.c pgp_check.c pgp_sign.c
+CFLAGS+= ${DEBUG}
NOPROFILE= yes
NOPIC= yes