diff options
Diffstat (limited to 'usr.sbin/sasyncd/Makefile')
-rw-r--r-- | usr.sbin/sasyncd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sasyncd/Makefile b/usr.sbin/sasyncd/Makefile index 506600208c4..e85aaa6d59d 100644 --- a/usr.sbin/sasyncd/Makefile +++ b/usr.sbin/sasyncd/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.9 2012/08/17 17:11:21 haesbaert Exp $ +# $Id: Makefile,v 1.10 2017/07/03 22:21:47 espie Exp $ PROG= sasyncd SRCS= sasyncd.c carp.c conf.y log.c monitor.c net.c net_ctl.c pfkey.c timer.c @@ -10,7 +10,7 @@ CFLAGS= -O0 $(PIPE) $(DEBUG) CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../../sbin/iked -CLEANFILES= y.tab.h +YFLAGS= # ElectricFence #LDADD+= -L/usr/local/lib -lefence |