From e8e45f9a5988640db3e618f1e2842806986d394d Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Mon, 13 Oct 2003 15:06:58 +0000 Subject: [PATCH] Add bsd.dfport.pre.mk and bsd.dfport.post.mk to the Makefile --- share/mk/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/mk/Makefile b/share/mk/Makefile index 69a535ec46..bbd952a7a7 100644 --- a/share/mk/Makefile +++ b/share/mk/Makefile @@ -1,5 +1,5 @@ # $FreeBSD: src/share/mk/Makefile,v 1.27.2.8 2002/07/22 14:21:51 ru Exp $ -# $DragonFly: src/share/mk/Makefile,v 1.4 2003/09/09 16:59:26 dillon Exp $ +# $DragonFly: src/share/mk/Makefile,v 1.5 2003/10/13 15:06:58 dillon Exp $ # @(#)Makefile 8.1 (Berkeley) 6/8/93 FILES= bsd.README @@ -9,7 +9,7 @@ FILES+= bsd.kern.mk bsd.kmod.mk FILES+= bsd.lib.mk bsd.libnames.mk bsd.links.mk bsd.man.mk FILES+= bsd.obj.mk bsd.own.mk FILES+= bsd.port.mk bsd.port.post.mk bsd.port.pre.mk bsd.port.subdir.mk -FILES+= bsd.dfport.mk +FILES+= bsd.dfport.mk bsd.dfport.pre.mk bsd.dfport.post.mk FILES+= bsd.prog.mk bsd.subdir.mk bsd.sys.mk FILES+= sys.mk NOOBJ= noobj -- 2.41.0