diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-11-22 08:23:57 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-11-22 08:23:57 +0000 |
commit | 7d8f3e02f7fa0a8c6653498db0aa5af207e193e3 (patch) | |
tree | 2cd26122213fbbf149910d88f63b6455c45067ee /devel/Makefile | |
parent | Satoshi correctly points out that the info/ line in this is bogus. (diff) |
Remove mprof from Makefile again - no, it *doesn't* work. :-(
Notes
Notes:
svn path=/head/; revision=447
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/Makefile b/devel/Makefile index d7d51e805287..061b730f0e18 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,5 +1,5 @@ -# $Id: Makefile,v 1.2 1994/10/25 02:28:10 jkh Exp $ +# $Id: Makefile,v 1.3 1994/11/20 00:33:29 ats Exp $ # -SUBDIR= gmake m4 mprof +SUBDIR= gmake m4 .include <bsd.port.subdir.mk> |