Home | History | Annotate | Line # | Download | only in arp
Makefile revision 1.6
      1 #	from: @(#)Makefile	8.2 (Berkeley) 4/18/94
      2 #	$Id: Makefile,v 1.6 1994/12/20 15:12:31 cgd Exp $
      3 
      4 .include <bsd.own.mk>
      5 
      6 PROG=	arp
      7 MAN8=	arp.0
      8 CLEANFILES=arp4.0
      9 
     10 .if !defined(NOMAN)
     11 all: ${PROG} arp4.0 ${MAN8}
     12 
     13 beforeinstall:
     14 	install -c -o ${MANOWN} -g ${MANGRP} -m ${MANMODE} arp4.0 \
     15 	    ${DESTDIR}${MANDIR}4/arp.0
     16 .endif
     17 
     18 .include <bsd.prog.mk>
     19