481fca6e59
all.debug - each facility gets logged to its own file
12 lines
200 B
Makefile
12 lines
200 B
Makefile
# $NetBSD: Makefile,v 1.1 2000/07/13 14:27:04 lukem Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.if ${MKSHARE} != "no"
|
|
FILES= all.debug
|
|
FILESDIR=/usr/share/examples/syslogd
|
|
.endif
|
|
MKOBJ= no
|
|
|
|
.include <bsd.prog.mk>
|