NetBSD/share/misc/Makefile
1994-03-08 07:15:21 +00:00

15 lines
402 B
Makefile

# from: @(#)Makefile 5.13 (Berkeley) 5/7/91
# $Id: Makefile,v 1.6 1994/03/08 07:15:21 cgd Exp $
FILES= airport ascii birthtoken eqnchar inter.phone man.template \
mdoc.template na.phone operator style zipcodes
NOOBJ= noobj
all clean cleandir depend lint tags:
realinstall:
cd ${.CURDIR}; install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
${DESTDIR}${BINDIR}/misc
.include <bsd.prog.mk>