Add missing share/mk/Makefile
This commit is contained in:
parent
2793cb097b
commit
2fc2748c5a
1 changed files with 18 additions and 0 deletions
18
share/mk/Makefile
Normal file
18
share/mk/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
NOOBJ= # defined
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
.if ${MKSHARE} != "no"
|
||||
FILES= bsd.ack.mk bsd.dep.mk bsd.files.mk \
|
||||
bsd.gcc.mk bsd.inc.mk \
|
||||
bsd.init.mk bsd.kinc.mk bsd.klinks.mk \
|
||||
bsd.lib.mk bsd.links.mk bsd.man.mk bsd.obj.mk bsd.own.mk \
|
||||
bsd.prog.mk bsd.subdir.mk bsd.sys.mk \
|
||||
sys.mk
|
||||
|
||||
FILESDIR=/usr/share/mk
|
||||
.endif
|
||||
|
||||
FILESMODE=444
|
||||
|
||||
.include <bsd.prog.mk>
|
Loading…
Reference in a new issue