dcab0210a0
include <bsd.own.mk> if testing a MKxxx variable.
12 lines
200 B
Makefile
12 lines
200 B
Makefile
# $NetBSD: Makefile,v 1.5 1999/02/13 02:54:34 lukem Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.if ${MKSHARE} != "no"
|
|
FILES= cd master net
|
|
FILESDIR=/usr/share/examples/amd
|
|
.endif
|
|
MKOBJ= no
|
|
|
|
.include <bsd.prog.mk>
|