xref: /netbsd-src/share/examples/apm/Makefile (revision 8a8f936f250a330d54f8a24ed0e92aadf9743a7b)
1#	$NetBSD: Makefile,v 1.1 2000/01/03 22:48:32 hubertf Exp $
2
3.include <bsd.own.mk>
4
5.if ${MKSHARE} != "no"
6FILES=	script
7FILESDIR=/usr/share/examples/apm
8.endif
9MKOBJ=	no
10
11.include <bsd.prog.mk>
12