summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>1999-10-05 22:34:46 +0000
committerMarc Espie <espie@cvs.openbsd.org>1999-10-05 22:34:46 +0000
commite45346e40f12bc8137f803e31c367f470180c8e0 (patch)
tree0c69a816b06607dfde5efbcef3f3a7c1d333a302 /usr.sbin/pkg_install
parentf31930bafdd025ba21b07e3e3efac5c39918a8c4 (diff)
too soon
Diffstat (limited to 'usr.sbin/pkg_install')
-rw-r--r--usr.sbin/pkg_install/Makefile4
-rw-r--r--usr.sbin/pkg_install/lib/Makefile6
2 files changed, 4 insertions, 6 deletions
diff --git a/usr.sbin/pkg_install/Makefile b/usr.sbin/pkg_install/Makefile
index 7c837ef5445..f4b94ac24bb 100644
--- a/usr.sbin/pkg_install/Makefile
+++ b/usr.sbin/pkg_install/Makefile
@@ -1,5 +1,5 @@
-# $OpenBSD: Makefile,v 1.3 1999/10/05 22:30:18 espie Exp $
+# $OpenBSD: Makefile,v 1.4 1999/10/05 22:34:44 espie Exp $
-SUBDIR=lib add create delete info sign
+SUBDIR=lib add create delete info
.include <bsd.subdir.mk>
diff --git a/usr.sbin/pkg_install/lib/Makefile b/usr.sbin/pkg_install/lib/Makefile
index dc11aaeaddc..632aba902a6 100644
--- a/usr.sbin/pkg_install/lib/Makefile
+++ b/usr.sbin/pkg_install/lib/Makefile
@@ -1,9 +1,7 @@
-# $OpenBSD: Makefile,v 1.3 1999/10/05 22:30:18 espie Exp $
+# $OpenBSD: Makefile,v 1.4 1999/10/05 22:34:45 espie Exp $
LIB= install
SRCS= file.c plist.c str.c exec.c global.c pen.c
-.PATH: ${.CURDIR}/../sign
-SRCS+= check.c gzip.c common.c sha1.c pgp_check.c pgp_sign.c
-CFLAGS+= ${DEBUG}
+CFLAGS+= ${DEBUG}
NOPROFILE= yes
NOPIC= yes