From 4d79fe1fed6e1a863c5cb3c5fa9fb9eeb5fdcd25 Mon Sep 17 00:00:00 2001 From: Marc Espie Date: Mon, 28 Feb 2005 13:44:20 +0000 Subject: oops, since we override MANALL, we need to complete it. --- usr.sbin/pkg_add/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 @@ -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) -- cgit v1.2.3