mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-22 08:53:41 +01:00
Fixed disordering and misformatting in previous commit.
Don't override correct default targets. Don't use afterinstall for installing things; it is for fixups after installing things.
This commit is contained in:
parent
def151a8fc
commit
90e137696c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=38988
@ -1,18 +1,14 @@
|
||||
# $Id: Makefile,v 1.18 1998/05/20 22:27:09 jkh Exp $
|
||||
# From: @(#)Makefile 8.1 (Berkeley) 6/8/93
|
||||
# $Id: Makefile,v 1.19 1998/08/29 11:01:22 wosch Exp $
|
||||
# @(#)Makefile 8.1 (Berkeley) 6/8/93
|
||||
|
||||
FILES= bsd.README
|
||||
FILES+= bsd.dep.mk bsd.doc.mk bsd.info.mk bsd.kern.mk bsd.kmod.mk
|
||||
FILES+= bsd.dep.mk bsd.doc.mk bsd.docb.mk bsd.info.mk bsd.kern.mk bsd.kmod.mk
|
||||
FILES+= bsd.lib.mk bsd.libnames.mk bsd.man.mk bsd.obj.mk bsd.own.mk
|
||||
FILES+= bsd.port.mk bsd.port.subdir.mk bsd.prog.mk bsd.sgml.mk bsd.subdir.mk
|
||||
FILES+= sys.mk
|
||||
FILES+= bsd.docb.mk
|
||||
|
||||
NOOBJ= noobj
|
||||
|
||||
all clean cleandir depend lint tags:
|
||||
|
||||
afterinstall:
|
||||
beforeinstall:
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${SHAREMODE} ${FILES} \
|
||||
${DESTDIR}${BINDIR}/mk
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user