NOMAN support.

This commit is contained in:
pk 1994-05-17 08:55:04 +00:00
parent 81ae1682d5
commit 9b5091b2ff
1 changed files with 3 additions and 1 deletions

View File

@ -1,14 +1,16 @@
# from: @(#)Makefile 8.2 (Berkeley) 4/18/94
# $Id: Makefile,v 1.4 1994/05/13 08:09:19 mycroft Exp $
# $Id: Makefile,v 1.5 1994/05/17 08:55:04 pk Exp $
PROG= arp
MAN8= arp.0
CLEANFILES=arp4.0
.if !defined(NOMAN)
all: ${PROG} arp4.0 ${MAN8}
beforeinstall:
install -c -o ${MANOWN} -g ${MANGRP} -m ${MANMODE} arp4.0 \
${DESTDIR}${MANDIR}4/arp.0
.endif
.include <bsd.prog.mk>