Home | History | Annotate | Line # | Download | only in syslogd
Makefile revision 1.9
      1  1.6     perry #	from: @(#)Makefile	8.1 (Berkeley) 6/6/93
      2  1.9  christos #	$NetBSD: Makefile,v 1.9 1997/06/29 18:57:44 christos Exp $
      3  1.1       cgd 
      4  1.9  christos CFLAGS+= -Wall -Wstrict-prototypes -Wmissing-prototypes
      5  1.1       cgd PROG=	syslogd
      6  1.5       cgd MAN=	syslogd.8 syslog.conf.5
      7  1.9  christos DPADD+=${LIBUTIL}
      8  1.9  christos LDADD+=-lutil
      9  1.1       cgd 
     10  1.1       cgd .include <bsd.prog.mk>
     11