b0b0a32ad7
Otherwise the appropriate MKxxx=no won't be defined .
14 lines
273 B
Makefile
14 lines
273 B
Makefile
# $NetBSD: Makefile,v 1.11 2001/12/12 12:24:22 lukem Exp $
|
|
|
|
NOOBJ= # defined
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.if ${MKSHARE} != "no"
|
|
FILES= sup.au.netbsd.org sup.jp.netbsd.org \
|
|
sup.netbsd.org sup2.fr.netbsd.org
|
|
FILESDIR=/usr/share/examples/supfiles
|
|
.endif
|
|
|
|
.include <bsd.prog.mk>
|