summaryrefslogtreecommitdiffstats
path: root/usr.sbin/arp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/arp/Makefile')
-rw-r--r--usr.sbin/arp/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/usr.sbin/arp/Makefile b/usr.sbin/arp/Makefile
new file mode 100644
index 0000000..f69a430
--- /dev/null
+++ b/usr.sbin/arp/Makefile
@@ -0,0 +1,13 @@
+# @(#)Makefile 8.2 (Berkeley) 4/18/94
+
+PROG= arp
+MAN8= arp.0
+CLEANFILES=arp4.0
+
+all: ${PROG} arp4.0 ${MAN8}
+
+beforeinstall:
+ install -c -o ${MANOWN} -g ${MANGRP} -m ${MANMODE} arp4.0 \
+ ${DESTDIR}${MANDIR}4/arp.0
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud