diff options
Diffstat (limited to 'usr.sbin/rarpd/Makefile')
-rw-r--r-- | usr.sbin/rarpd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/rarpd/Makefile b/usr.sbin/rarpd/Makefile index caa4a639993..12b5b659f23 100644 --- a/usr.sbin/rarpd/Makefile +++ b/usr.sbin/rarpd/Makefile @@ -1,9 +1,8 @@ -# $OpenBSD: Makefile,v 1.5 2001/12/01 23:27:23 miod Exp $ +# $OpenBSD: Makefile,v 1.6 2003/05/15 14:52:12 itojun Exp $ PROG= rarpd SRCS= rarpd.c arptab.c MAN= rarpd.8 -CPPFLAGS+=-DHAVE_IFADDRS_H LDADD+= -lutil DPADD+= ${LIBUTIL} |