summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-09-21 11:44:43 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-09-21 11:44:43 +0000
commit2f760184131f9506bf7c29e93374c613ddcf3342 (patch)
tree692d1b5320757a77a56cbebff06709b8dfc40b2e /usr.sbin/pkg_install
parenta3020c7add533dc848aec5ac8d42ccb7ee01be73 (diff)
$OpenBSD$
Diffstat (limited to 'usr.sbin/pkg_install')
-rw-r--r--usr.sbin/pkg_install/Makefile3
-rw-r--r--usr.sbin/pkg_install/Makefile.inc3
2 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/pkg_install/Makefile b/usr.sbin/pkg_install/Makefile
index c8f4eab0dea..b0c382a8d45 100644
--- a/usr.sbin/pkg_install/Makefile
+++ b/usr.sbin/pkg_install/Makefile
@@ -1,4 +1,5 @@
-# $OpenBSD: Makefile,v 1.1 1996/06/04 07:56:01 niklas Exp $
+# $OpenBSD: Makefile,v 1.2 1997/09/21 11:44:03 deraadt Exp $
+
SUBDIR=lib add create delete info
.include <bsd.subdir.mk>
diff --git a/usr.sbin/pkg_install/Makefile.inc b/usr.sbin/pkg_install/Makefile.inc
index a67fb5c22af..03bfa656ae5 100644
--- a/usr.sbin/pkg_install/Makefile.inc
+++ b/usr.sbin/pkg_install/Makefile.inc
@@ -1,3 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.1 1996/06/04 07:56:01 niklas Exp $
+# $OpenBSD: Makefile.inc,v 1.2 1997/09/21 11:44:03 deraadt Exp $
+
# Inherit BINDIR from one level up.
.include "../Makefile.inc"