Remove the '.if make(install)' for the rules subdirectory to build the

manpage for mkfilters.
This commit is contained in:
veego 1997-11-23 20:56:35 +00:00
parent 02effaf52c
commit 423fabec06
1 changed files with 2 additions and 5 deletions

View File

@ -1,8 +1,5 @@
# $NetBSD: Makefile,v 1.4 1997/09/21 17:02:33 veego Exp $
# $NetBSD: Makefile,v 1.5 1997/11/23 20:56:35 veego Exp $
SUBDIR= ipf ipfstat ipmon ipnat ipftest ipsend iptest
.if make(install)
SUBDIR+= rules
.endif
SUBDIR= ipf ipfstat ipmon ipnat ipftest ipsend iptest rules
.include <bsd.subdir.mk>