Home | History | Annotate | Line # | Download | only in misc
Makefile revision 1.4
      1 #	from: @(#)Makefile	5.13 (Berkeley) 5/7/91
      2 #	$Id: Makefile,v 1.4 1993/09/30 23:31:36 jtc Exp $
      3 
      4 FILES=	airport ascii birthtoken eqnchar inter.phone man.template \
      5 	mdoc.template na.phone operator zipcodes
      6 NOOBJ=	noobj
      7 
      8 all clean cleandir depend lint tags:
      9 
     10 beforeinstall:
     11 	@install -d -o root -g wheel -m 755 ${DESTDIR}${BINDIR}/misc
     12 
     13 realinstall:
     14 	cd ${.CURDIR}; install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
     15 	    ${DESTDIR}${BINDIR}/misc
     16 
     17 .include <bsd.prog.mk>
     18