diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2001-04-02 17:25:54 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2001-04-02 17:25:54 +0000 |
commit | 304550e8e00867ec4ae0cf0126a52d79231e0caa (patch) | |
tree | b7e003f5d049c7d58734a011e6d539c8882fdc59 /usr.sbin/pkg/Makefile | |
parent | 7c98ecacfb0f16e0a91a74652ef4cc8fec519d7b (diff) |
Satisfy boss.
Diffstat (limited to 'usr.sbin/pkg/Makefile')
-rw-r--r-- | usr.sbin/pkg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pkg/Makefile b/usr.sbin/pkg/Makefile index 3c0725775c2..0fc304fbe0b 100644 --- a/usr.sbin/pkg/Makefile +++ b/usr.sbin/pkg/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.1 2001/04/02 10:11:16 espie Exp $ +# $OpenBSD: Makefile,v 1.2 2001/04/02 17:25:53 espie Exp $ -NOMAN= NOPROG= +MAN= pkg.1 afterinstall: ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ |