diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2005-02-28 13:44:20 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2005-02-28 13:44:20 +0000 |
commit | 4d79fe1fed6e1a863c5cb3c5fa9fb9eeb5fdcd25 (patch) | |
tree | f6dc22a17dc93c7db146a8c32194f91bf3fcb6fb /usr.sbin/pkg_add/Makefile | |
parent | 3e4147b9f2ad2921616e308e01a1455d09dacc2e (diff) |
oops, since we override MANALL, we need to complete it.
Diffstat (limited to 'usr.sbin/pkg_add/Makefile')
-rw-r--r-- | usr.sbin/pkg_add/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/usr.sbin/pkg_add/Makefile b/usr.sbin/pkg_add/Makefile index cd8ddce8ae8..2961a638400 100644 --- a/usr.sbin/pkg_add/Makefile +++ b/usr.sbin/pkg_add/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.20 2005/02/28 13:08:41 espie Exp $ +# $OpenBSD: Makefile,v 1.21 2005/02/28 13:44:19 espie Exp $ .include <bsd.own.mk> @@ -68,6 +68,12 @@ MANSRC_COOKIE= $p.3p: pod/$p.pod ${POD2MAN} --section=3p --official ${.ALLSRC} $@ .endfor +.ifndef NOMAN +MANALL+=${MAN:S/.1$/.cat1/} +. ifdef MANPS +PSALL+= ${MAN:S/.1$/.ps1/} +. endif +.endif mansrc.build: .if !empty(_quick3p) |