1eab1548b8
Fixes PR 9105 by Takahiro Kambe <taca@sky.yamashina.kyoto.jp>
12 lines
195 B
Makefile
12 lines
195 B
Makefile
# $NetBSD: Makefile,v 1.1 2000/01/03 22:48:32 hubertf Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.if ${MKSHARE} != "no"
|
|
FILES= script
|
|
FILESDIR=/usr/share/examples/apm
|
|
.endif
|
|
MKOBJ= no
|
|
|
|
.include <bsd.prog.mk>
|