mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-07 22:29:21 -04:00
13 lines
253 B
Makefile
13 lines
253 B
Makefile
# $NetBSD: Makefile,v 1.1 2012/08/22 06:45:16 spz Exp $
|
|
|
|
NOOBJ= # defined
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.if ${MKSHARE} != "no"
|
|
FILES= host-npf.conf soho_gw-npf.conf hashtablefile treetablefile
|
|
FILESDIR= /usr/share/examples/npf
|
|
.endif
|
|
|
|
.include <bsd.prog.mk>
|