diff options
author | asami <asami@FreeBSD.org> | 1996-11-27 10:49:22 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-27 10:49:22 +0800 |
commit | 6c1870fa41d985bc4f9df4dcf03a5c404408d702 (patch) | |
tree | 3b13d1420cd15af262c7c2980c0c47244b6d67ee | |
parent | 312a0ebe4ef5d1d0888bfca76aebaafbc3b0a775 (diff) | |
download | freebsd-ports-gnome-6c1870fa41d985bc4f9df4dcf03a5c404408d702.tar.gz freebsd-ports-gnome-6c1870fa41d985bc4f9df4dcf03a5c404408d702.tar.zst freebsd-ports-gnome-6c1870fa41d985bc4f9df4dcf03a5c404408d702.zip |
Gosh, I spend two hours fixing up all the Makefiles and here's another
import without the subdir Makefile update! ;)
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index c9cb35b3acaa..4c2abbb63b52 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.35 1996/11/16 01:55:06 jdp Exp $ +# $Id: Makefile,v 1.36 1996/11/26 08:24:08 asami Exp $ # SUBDIR += SWIG @@ -15,6 +15,7 @@ SUBDIR += libdlmalloc SUBDIR += libmalloc SUBDIR += libslang + SUBDIR += linux_devel SUBDIR += m4 SUBDIR += mkmf SUBDIR += mprof |