Deleted Added
full compact
Makefile (8205) Makefile (9701)
1# @(#)Makefile 8.1 (Berkeley) 6/8/93
2
3FILES= airport ascii birthtoken eqnchar flowers inter.phone \
4 ipfw.samp.filters ipfw.samp.scripts man.template \
5 mdoc.template na.phone operator scsi_modes zipcodes
6NOOBJ= noobj
7
8all clean cleandir depend lint tags:
9
10install:
1# @(#)Makefile 8.1 (Berkeley) 6/8/93
2
3FILES= airport ascii birthtoken eqnchar flowers inter.phone \
4 ipfw.samp.filters ipfw.samp.scripts man.template \
5 mdoc.template na.phone operator scsi_modes zipcodes
6NOOBJ= noobj
7
8all clean cleandir depend lint tags:
9
10install:
11 cd ${.CURDIR}; install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
12 ${DESTDIR}${BINDIR}/misc
11 cd ${.CURDIR}; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
12 ${FILES} ${DESTDIR}${BINDIR}/misc
13
14.include <bsd.prog.mk>
13
14.include <bsd.prog.mk>