blob: dfc101f301a2155314bcdf895eeb69ecb5a87a44 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $NetBSD: Makefile,v 1.8 2001/12/12 12:24:21 lukem Exp $
NOOBJ= # defined
.include <bsd.own.mk>
.if ${MKSHARE} != "no"
FILES= amd.conf cd net
FILESDIR=/usr/share/examples/amd
.endif
.include <bsd.prog.mk>
|