]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/misc/Makefile
BSD 4.4 Lite Share Sources
[FreeBSD/FreeBSD.git] / share / misc / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/8/93
2
3 FILES=  airport ascii birthtoken eqnchar flowers 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>