NetBSD/share/examples/apm/Makefile
hubertf 1eab1548b8 Install apm example script.
Fixes PR 9105 by Takahiro Kambe <taca@sky.yamashina.kyoto.jp>
2000-01-03 22:48:30 +00:00

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>