freebsd-skq/share/mk/Makefile
Rodney W. Grimes ff753cd302 Add the installation of bsd.README. Realphabitize the FILES= list.
Reviewed by:	rgrimes
Submitted by:	bde
1994-09-07 09:18:44 +00:00

15 lines
360 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/8/93
FILES= bsd.README bsd.dep.mk bsd.doc.mk bsd.lib.mk bsd.man.mk
FILES+= bsd.prog.mk bsd.subdir.mk bsd.own.mk bsd.port.mk
FILES+= bsd.port.subdir.mk sys.mk
NOOBJ= noobj
all clean cleandir depend lint tags:
install:
install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
${DESTDIR}${BINDIR}/mk
.include <bsd.prog.mk>