9b66eea42e
file bsd.libnames.mk and include this file where necessary. This fixes null library names in ${DPADD}'s in library makefiles.
18 lines
523 B
Makefile
18 lines
523 B
Makefile
# $Id: Makefile,v 1.11 1996/06/24 04:23:51 jkh 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.libnames.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>
|