From: Rod Grimes Date: Tue, 11 Jan 1994 08:06:49 +0000 (+0000) Subject: Added the following so that people can have these built X-Git-Tag: FreeBSD-release/1.1~581 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/b761caf7191d0cb8d6faba00cc1bfd865b6bcd79 Added the following so that people can have these built automatically if they like: # This is for people who want to have src/ports, src/local built # automatically. .if defined(MAKE_LOCAL) & exists(local) & exists(local/Makefile) SUBDIR+= local .endif .if defined(MAKE_PORTS) & exists(ports) & exists(ports/Makefile) SUBDIR+= ports .endif --- diff --git a/Makefile b/Makefile index ceb31b01dc..c8951e4648 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # @(#)Makefile 5.1.1.2 (Berkeley) 5/9/91 # -# $Id: Makefile,v 1.30 1993/12/31 09:02:25 rgrimes Exp $ +# $Id: Makefile,v 1.31 1994/01/05 20:11:49 nate Exp $ # SUBDIR= @@ -38,6 +38,16 @@ SUBDIR+= usr.bin SUBDIR+= usr.sbin .endif +# This is for people who want to have src/ports, src/local built +# automatically. +.if defined(MAKE_LOCAL) & exists(local) & exists(local/Makefile) +SUBDIR+= local +.endif +.if defined(MAKE_PORTS) & exists(ports) & exists(ports/Makefile) +SUBDIR+= ports +.endif + + # Special cases: etc sys # Not ported: kerberosIV