new makefile format
[unix-history] / usr / src / share / misc / Makefile
CommitLineData
c50e80c6 1# @(#)Makefile 5.2 (Berkeley) %G%
973c8d92 2
c50e80c6
KB
3FILES= ascii birthday eqnchar greek inter.phone man.template na.phone \
4 noredist.c operator redist.c redist.man redist.sh
973c8d92
KB
5
6all clean cleandir depend lint tags:
7
8install:
c50e80c6
KB
9 cd ${.CURDIR}; install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
10 ${DESTDIR}${BINDIR}/misc
11
12.include <bsd.own.mk>