diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2001-02-13 01:12:34 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2001-02-13 01:12:34 +0000 |
commit | 5685d190b1d460d6adc99cf5fd9de04c97ce6a53 (patch) | |
tree | 862c3979733cb1c892de7235be5f7beedd00c973 /sbin | |
parent | 4305f306e91b764245d4fc1869b7f672b1214930 (diff) |
Compile state top in, thus allowing -t; kjell@ ok.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/ipfstat/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sbin/ipfstat/Makefile b/sbin/ipfstat/Makefile index 60c98824ff7..314f1a46b5f 100644 --- a/sbin/ipfstat/Makefile +++ b/sbin/ipfstat/Makefile @@ -1,9 +1,11 @@ -# $OpenBSD: Makefile,v 1.7 2001/01/17 05:01:00 fgsch Exp $ +# $OpenBSD: Makefile,v 1.8 2001/02/13 01:12:33 fgsch Exp $ PROG= ipfstat MAN= ipfstat.8 SRCS= fils.c parse.c opt.c kmem.c facpri.c common.c ifaddr.c .PATH: ${.CURDIR}/../../sbin/ipf -CFLAGS+=-I${.CURDIR}/../../sbin/ipf +CFLAGS+=-I${.CURDIR}/../../sbin/ipf -DSTATETOP +DPADD= ${LIBCURSES} +LDADD= -lcurses .include <bsd.prog.mk> |