diff options
Diffstat (limited to 'usr.sbin/pkg_install')
-rw-r--r-- | usr.sbin/pkg_install/Makefile | 3 | ||||
-rw-r--r-- | usr.sbin/pkg_install/Makefile.inc | 3 |
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" |