diff options
author | Marco Pfatschbacher <mpf@cvs.openbsd.org> | 2004-12-14 10:24:16 +0000 |
---|---|---|
committer | Marco Pfatschbacher <mpf@cvs.openbsd.org> | 2004-12-14 10:24:16 +0000 |
commit | 447be265d74f8a2561c00235acf7c627bb145647 (patch) | |
tree | 2b1923baa69494fa5a711d1bf6ae9bf0e3d0ca57 | |
parent | 1ab553d24519e0dfba8905c63f981e6757231552 (diff) |
use YFLAGS=
ok mcbride@
-rw-r--r-- | usr.sbin/ifstated/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ifstated/Makefile b/usr.sbin/ifstated/Makefile index 4bbc6e94c24..73bd40d9d11 100644 --- a/usr.sbin/ifstated/Makefile +++ b/usr.sbin/ifstated/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2004/02/05 02:26:23 mcbride Exp $ +# $OpenBSD: Makefile,v 1.4 2004/12/14 10:24:15 mpf Exp $ PROG= ifstated SRCS= ifstated.c parse.y @@ -6,6 +6,7 @@ CFLAGS+= -Wall -I${.CURDIR} CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes CLFAGS+= -Wmissing-declarations -Wredundant-decls CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual +YFLAGS= MAN= ifstated.8 LDADD+=-lutil -levent |