b0b0a32ad7
Otherwise the appropriate MKxxx=no won't be defined .
13 lines
201 B
Makefile
13 lines
201 B
Makefile
# $NetBSD: Makefile,v 1.3 2001/12/12 12:24:21 lukem Exp $
|
|
|
|
NOOBJ= # defined
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.if ${MKSHARE} != "no"
|
|
FILES= script
|
|
FILESDIR=/usr/share/examples/apm
|
|
.endif
|
|
|
|
.include <bsd.prog.mk>
|