cd9a2f5c28
really want them) from /usr/src. This is the final version of the patches, incorporating the feedback I've received from -current.
18 lines
509 B
Makefile
18 lines
509 B
Makefile
# $Id: Makefile,v 1.10 1996/04/12 11:13:29 wosch Exp $
|
|
# From: @(#)Makefile 8.1 (Berkeley) 6/8/93
|
|
|
|
FILES= bsd.README
|
|
FILES+= bsd.dep.mk bsd.doc.mk bsd.info.mk bsd.kmod.mk bsd.obj.mk
|
|
FILES+= bsd.lib.mk bsd.man.mk bsd.own.mk bsd.port.mk
|
|
FILES+= bsd.port.subdir.mk bsd.prog.mk bsd.sgml.mk bsd.subdir.mk
|
|
FILES+= sys.mk
|
|
NOOBJ= noobj
|
|
|
|
all clean cleandir depend lint tags:
|
|
|
|
afterinstall:
|
|
cd ${.CURDIR} && ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
|
|
${DESTDIR}${BINDIR}/mk
|
|
|
|
.include <bsd.prog.mk>
|