summaryrefslogtreecommitdiff
path: root/usr.sbin/rarpd/Makefile
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2003-05-15 14:52:13 +0000
committerJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2003-05-15 14:52:13 +0000
commit686e678ff69aa56b59228870bcf4f45642e35766 (patch)
treed679a3d09d12f7b1927bd6587783b488a1653ad9 /usr.sbin/rarpd/Makefile
parent4704f778169b60302f0b776a10c48eada74ddf92 (diff)
assume presense of getifaddrs(3).
Diffstat (limited to 'usr.sbin/rarpd/Makefile')
-rw-r--r--usr.sbin/rarpd/Makefile3
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}