diff options
author | Andreas Schulz <ats@FreeBSD.org> | 1994-11-20 00:33:29 +0000 |
---|---|---|
committer | Andreas Schulz <ats@FreeBSD.org> | 1994-11-20 00:33:29 +0000 |
commit | e7d2bdee0324f8781de6eef6b854260c2656420d (patch) | |
tree | 968af321cb301f1d9ffd3f031593f33646f79543 | |
parent | Add a patch to set the bin-prefix for gmake to g. Some other ports (diff) |
Add the mprof package to the subdisrs list. It builds ok.
Notes
Notes:
svn path=/head/; revision=418
-rw-r--r-- | devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/Makefile b/devel/Makefile index b2c231974e45..d7d51e805287 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,5 +1,5 @@ -# $Id: Makefile,v 1.1 1994/09/11 11:27:58 jkh Exp $ +# $Id: Makefile,v 1.2 1994/10/25 02:28:10 jkh Exp $ # -SUBDIR= gmake m4 +SUBDIR= gmake m4 mprof .include <bsd.port.subdir.mk> |