21 lines
336 B
Makefile
21 lines
336 B
Makefile
# $NetBSD: Makefile,v 1.7 2005/08/23 12:12:56 peter Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
SUBDIR= authpf
|
|
SUBDIR+= ftp-proxy
|
|
SUBDIR+= pfctl
|
|
SUBDIR+= pflogd
|
|
|
|
SUBDIR+= man
|
|
|
|
.if (${MKSHARE} != "no")
|
|
SUBDIR+= examples
|
|
.endif
|
|
|
|
configinstall:
|
|
${MAKEDIRTARGET} etc configinstall
|
|
${MAKEDIRTARGET} etc/defaults configinstall
|
|
|
|
.include <bsd.subdir.mk>
|