2001-12-18 04:44:36 +03:00
|
|
|
# $NetBSD: Makefile,v 1.4 2001/12/18 01:44:36 mrg Exp $
|
2001-12-12 15:24:19 +03:00
|
|
|
|
|
|
|
NOOBJ= # defined
|
2000-07-13 18:27:04 +04:00
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
|
|
|
.if ${MKSHARE} != "no"
|
2001-12-18 04:44:36 +03:00
|
|
|
FILES= all.debug all.newsyslog.conf
|
2000-07-13 18:27:04 +04:00
|
|
|
FILESDIR=/usr/share/examples/syslogd
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|