NetBSD/share/examples/ftpd/Makefile
lukem b0b0a32ad7 Set NOxxx= before <bsd.own.mk> is pulled in (even indirectly).
Otherwise the appropriate MKxxx=no won't be defined .
2001-12-12 12:24:19 +00:00

13 lines
214 B
Makefile

# $NetBSD: Makefile,v 1.6 2001/12/12 12:24:22 lukem Exp $
NOOBJ= # defined
.include <bsd.own.mk>
.if ${MKSHARE} != "no"
FILES= ftpd.conf ftpusers
FILESDIR=/usr/share/examples/ftpd
.endif
.include <bsd.prog.mk>