10 lines
179 B
Makefile
10 lines
179 B
Makefile
# $NetBSD: Makefile,v 1.4 1998/09/27 17:22:07 lukem Exp $
|
|
|
|
.if !defined(NOSHARE)
|
|
FILES= cd master net
|
|
FILESDIR=/usr/share/examples/amd
|
|
.endif
|
|
NOOBJ= noobj
|
|
|
|
.include <bsd.prog.mk>
|