mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-07 22:29:21 -04:00
13 lines
215 B
Makefile
13 lines
215 B
Makefile
# $NetBSD: Makefile,v 1.5 2001/12/12 12:24:21 lukem Exp $
|
|
|
|
NOOBJ= # defined
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.if ${MKSHARE} != "no"
|
|
FILES= svc.conf
|
|
FILESDIR=/usr/share/examples/emul/ultrix/etc
|
|
.endif
|
|
|
|
.include <bsd.prog.mk>
|