freebsd_amp_hwpstate/share/misc/Makefile

15 lines
411 B
Makefile
Raw Normal View History

# From: @(#)Makefile 8.1 (Berkeley) 6/8/93
# $Id: Makefile,v 1.13 1998/06/21 04:46:53 jkh Exp $
1994-05-30 19:09:18 +00:00
FILES= ascii birthtoken bsd-family-tree eqnchar flowers init.ee inter.phone \
iso3166 man.template mdoc.template operator scsi_modes
1994-05-30 19:09:18 +00:00
NOOBJ= noobj
all clean cleandir depend lint tags:
install:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${SHAREMODE} \
${FILES} ${DESTDIR}${BINDIR}/misc
1994-05-30 19:09:18 +00:00
.include <bsd.prog.mk>