diff options
-rw-r--r-- | usr.sbin/ifstated/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ifstated/Makefile b/usr.sbin/ifstated/Makefile index 73bd40d9d11..3db1d6b592b 100644 --- a/usr.sbin/ifstated/Makefile +++ b/usr.sbin/ifstated/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2004/12/14 10:24:15 mpf Exp $ +# $OpenBSD: Makefile,v 1.5 2005/07/28 17:05:35 mpf Exp $ PROG= ifstated SRCS= ifstated.c parse.y @@ -8,6 +8,6 @@ CLFAGS+= -Wmissing-declarations -Wredundant-decls CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual YFLAGS= MAN= ifstated.8 -LDADD+=-lutil -levent +LDADD+=-levent .include <bsd.prog.mk> |