summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1995-03-27 01:31:09 +0000
committerrgrimes <rgrimes@FreeBSD.org>1995-03-27 01:31:09 +0000
commit7895a7593aa379b074aa3794195e47a6026f36e4 (patch)
tree0026bd42676b61588b463f5c59334bb0b0c252b4 /Makefile
parentfeaddc78a48d91d7d4c0e28694c788f0dfa6d4a7 (diff)
downloadFreeBSD-src-7895a7593aa379b074aa3794195e47a6026f36e4.zip
FreeBSD-src-7895a7593aa379b074aa3794195e47a6026f36e4.tar.gz
We must do include and lib first so that the perl *.ph generation
works correctly as it uses the header files installed by this.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index c142f27..9545d8f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.49 1995/03/23 19:03:02 rgrimes Exp $
+# $Id: Makefile,v 1.50 1995/03/23 23:40:29 rgrimes Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include and MOST of /usr/lib
@@ -17,10 +17,14 @@
# Put initial settings here.
SUBDIR=
-# do include first.
+# We must do include and lib first so that the perl *.ph generation
+# works correctly as it uses the header files installed by this.
.if exists(include)
SUBDIR+= include
.endif
+.if exists(lib)
+SUBDIR+= lib
+.endif
.if exists(bin)
SUBDIR+= bin
@@ -34,9 +38,6 @@ SUBDIR+= games
.if exists(gnu)
SUBDIR+= gnu
.endif
-.if exists(lib)
-SUBDIR+= lib
-.endif
.if exists(eBones) && !defined(NOCRYPT) && defined(MAKE_EBONES)
SUBDIR+= eBones
.endif
OpenPOWER on IntegriCloud