Home | History | Annotate | Line # | Download | only in misc
Makefile revision 1.1
      1 #	@(#)Makefile	5.13 (Berkeley) 5/7/91
      2 
      3 FILES=	airport ascii birthtoken eqnchar inter.phone man.template \
      4 	mdoc.template na.phone operator zipcodes
      5 NOOBJ=	noobj
      6 
      7 all clean cleandir depend lint tags:
      8 
      9 install:
     10 	cd ${.CURDIR}; install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
     11 	    ${DESTDIR}${BINDIR}/misc
     12 
     13 .include <bsd.prog.mk>
     14