diff options
author | brian <brian@cvs.openbsd.org> | 2001-05-22 08:18:44 +0000 |
---|---|---|
committer | brian <brian@cvs.openbsd.org> | 2001-05-22 08:18:44 +0000 |
commit | 642b9d38488506e48c88a66554b3752a420782d4 (patch) | |
tree | f766816db6ffaa76fde9d1f75fe20c4bdbc55791 /usr.sbin/pkg_install/Makefile | |
parent | 07b5f313cf1727946a8f8a282b9bc41c1718b3c5 (diff) |
Back out pkg_version. espie has better plans.
Diffstat (limited to 'usr.sbin/pkg_install/Makefile')
-rw-r--r-- | usr.sbin/pkg_install/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pkg_install/Makefile b/usr.sbin/pkg_install/Makefile index 14336491b2e..20d82a95105 100644 --- a/usr.sbin/pkg_install/Makefile +++ b/usr.sbin/pkg_install/Makefile @@ -1,5 +1,5 @@ -# $OpenBSD: Makefile,v 1.5 2001/05/21 16:47:50 brian Exp $ +# $OpenBSD: Makefile,v 1.6 2001/05/22 08:18:36 brian Exp $ -SUBDIR=lib add create delete info version +SUBDIR=lib add create delete info .include <bsd.subdir.mk> |