aboutsummaryrefslogblamecommitdiff
path: root/usr.sbin/syslogd/Makefile
blob: 47640130bb1447552c23e8e751e0af8b269fba7e (plain) (tree)
1
2
3
4
5
6
7
8
9
                                             
           
 

                     

                                    
               
                               

                          

                  
 

         




                                        

                      
#	@(#)Makefile	8.1 (Berkeley) 6/6/93
# $FreeBSD$

.include <bsd.own.mk>

.PATH: ${.CURDIR}/../../usr.bin/wall

PROG=	syslogd
MAN=	syslog.conf.5 syslogd.8
SRCS=	syslogd.c ttymsg.c

DPADD=	${LIBUTIL}
LDADD=	-lutil

WARNS?= 3

.if ${MK_INET6_SUPPORT} != "no"
CFLAGS+= -DINET6
.endif

CFLAGS+= -I${.CURDIR}/../../usr.bin/wall

.include <bsd.prog.mk>