diff options
Diffstat (limited to 'usr.sbin/sasyncd/Makefile')
-rw-r--r-- | usr.sbin/sasyncd/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.sbin/sasyncd/Makefile b/usr.sbin/sasyncd/Makefile index 03253fdd5dd..8faa2990123 100644 --- a/usr.sbin/sasyncd/Makefile +++ b/usr.sbin/sasyncd/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.7 2012/04/14 11:46:09 haesbaert Exp $ +# $Id: Makefile,v 1.8 2012/04/14 12:11:08 haesbaert Exp $ PROG= sasyncd SRCS= sasyncd.c carp.c conf.y log.c monitor.c net.c net_ctl.c pfkey.c timer.c @@ -25,10 +25,6 @@ CLEANFILES= y.tab.h # ElectricFence #LDADD+= -L/usr/local/lib -lefence -# Boehms GC -#LDADD+= -L/usr/local/lib -lgc -#CFLAGS+= -DGC_DEBUG - CFLAGS+= -Wall -Wstrict-prototypes -Wmissing-prototypes \ -Wmissing-declarations LDADD+= -lcrypto -lutil |