freebsd-dev/share/mk/Makefile
jkh 614a7154bd Add bsd.port* to the Makefile.
Reviewed by:
Submitted by:
1994-08-28 09:35:51 +00:00

14 lines
341 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/8/93
FILES= bsd.doc.mk bsd.lib.mk bsd.man.mk bsd.prog.mk bsd.subdir.mk sys.mk
FILES+= bsd.dep.mk bsd.own.mk bsd.port.mk bsd.port.subdir.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>