diff options
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} \ |