9 lines
180 B
Makefile
9 lines
180 B
Makefile
# $NetBSD: Makefile,v 1.4 1997/09/21 17:02:33 veego Exp $
|
|
|
|
SUBDIR= ipf ipfstat ipmon ipnat ipftest ipsend iptest
|
|
.if make(install)
|
|
SUBDIR+= rules
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|