NetBSD/usr.sbin/arp/Makefile

19 lines
349 B
Makefile
Raw Normal View History

1994-05-13 12:09:19 +04:00
# from: @(#)Makefile 8.2 (Berkeley) 4/18/94
# $Id: Makefile,v 1.6 1994/12/20 15:12:31 cgd Exp $
.include <bsd.own.mk>
1993-03-21 12:45:37 +03:00
PROG= arp
MAN8= arp.0
1994-05-13 12:09:19 +04:00
CLEANFILES=arp4.0
1994-05-17 12:55:04 +04:00
.if !defined(NOMAN)
1994-05-13 12:09:19 +04:00
all: ${PROG} arp4.0 ${MAN8}
beforeinstall:
install -c -o ${MANOWN} -g ${MANGRP} -m ${MANMODE} arp4.0 \
${DESTDIR}${MANDIR}4/arp.0
1994-05-17 12:55:04 +04:00
.endif
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>