diff options
| author | cgd <cgd@NetBSD.org> | 1993-07-04 14:02:11 +0000 |
|---|---|---|
| committer | cgd <cgd@NetBSD.org> | 1993-07-04 14:02:11 +0000 |
| commit | 528318400aaba47c72ea131ed1dca84db2f2ed63 (patch) | |
| tree | 33e2e90ace99137cbe11ba83c91bc487e793da42 | |
| parent | b84e2217a420270f69112bb1aa494ea423cb9272 (diff) | |
allow toplevel makefile to descend into sys
| -rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,10 +1,12 @@ -# $Id: Makefile,v 1.11 1993/05/22 07:15:52 cgd Exp $ +# $Id: Makefile,v 1.12 1993/07/04 14:02:11 cgd Exp $ # NOTE THAT etc *DOES NOT* BELONG IN THE LIST BELOW SUBDIR+= bin include lib libexec sbin usr.bin usr.sbin share games SUBDIR+= gnu +SUBDIR+= sys + .ifmake !(install) SUBDIR+= regress .endif |
