mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-06 21:57:22 -04:00
13 lines
214 B
Makefile
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>
|