Also pull in bsd.obj.mk for something which is just using files to install a
uuencoded file
This commit is contained in:
parent
27afed38cd
commit
eca50dd4bd
|
@ -1,10 +1,9 @@
|
||||||
# $NetBSD: bsd.files.mk,v 1.34 2004/03/29 21:44:07 christos Exp $
|
# $NetBSD: bsd.files.mk,v 1.35 2004/03/29 22:26:21 jmc Exp $
|
||||||
|
|
||||||
.if !defined(_BSD_FILES_MK_)
|
.if !defined(_BSD_FILES_MK_)
|
||||||
_BSD_FILES_MK_=1
|
_BSD_FILES_MK_=1
|
||||||
|
|
||||||
.include <bsd.init.mk>
|
.include <bsd.init.mk>
|
||||||
.include <bsd.sys.mk>
|
|
||||||
|
|
||||||
.if !target(__fileinstall)
|
.if !target(__fileinstall)
|
||||||
##### Basic targets
|
##### Basic targets
|
||||||
|
@ -108,4 +107,8 @@ cleanuudecodefiles: .PHONY
|
||||||
rm -f ${CLEANUUDECODE_FILES}
|
rm -f ${CLEANUUDECODE_FILES}
|
||||||
.endif # }
|
.endif # }
|
||||||
|
|
||||||
|
##### Pull in related .mk logic
|
||||||
|
.include <bsd.obj.mk>
|
||||||
|
.include <bsd.sys.mk>
|
||||||
|
|
||||||
.endif # !defined(_BSD_FILES_MK_)
|
.endif # !defined(_BSD_FILES_MK_)
|
||||||
|
|
Loading…
Reference in New Issue