aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>1994-05-28 06:40:02 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>1994-05-28 06:40:02 +0000
commit020d25e037b07aaecfedc14f3557e65310f63dac (patch)
tree8906bf5f3555cd2ef8f6ae9232255d845d502e3f
parent4bf240e3b93d986053d779416556afebe2c25296 (diff)
downloadsrc-020d25e037b07aaecfedc14f3557e65310f63dac.tar.gz
src-020d25e037b07aaecfedc14f3557e65310f63dac.zip
Remove stuff for building manual pages the old way.
Notes
Notes: svn path=/head/; revision=1612
-rw-r--r--usr.sbin/arp/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/usr.sbin/arp/Makefile b/usr.sbin/arp/Makefile
index f69a430d6419..33a11dda7e1b 100644
--- a/usr.sbin/arp/Makefile
+++ b/usr.sbin/arp/Makefile
@@ -4,10 +4,4 @@ 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>