summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rarpd/Makefile
diff options
context:
space:
mode:
authoritojun <itojun@openbsd.org>2003-05-15 14:52:12 +0000
committeritojun <itojun@openbsd.org>2003-05-15 14:52:12 +0000
commit4ab2aad0d4aed8eeccaebd4a40230218855a2ef5 (patch)
tree6ebe0781104b106fdffcf4ec983a506b1ca30320 /usr.sbin/rarpd/Makefile
parentmake getifaddrs(3) a default, as all BSD has it by now (diff)
downloadwireguard-openbsd-4ab2aad0d4aed8eeccaebd4a40230218855a2ef5.tar.xz
wireguard-openbsd-4ab2aad0d4aed8eeccaebd4a40230218855a2ef5.zip
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}