diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1996-06-27 06:00:52 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1996-06-27 06:00:52 +0000 |
| commit | c12745e1720e892ec743845e149c56675b28dae9 (patch) | |
| tree | 09f8cbc70c3146be70c6221bd42f6e7c5c5884b8 /Makefile | |
| parent | 4c2e2040b6eaadb0dff37292ec566f9bf992fd94 (diff) | |
Notes
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.85 1996/06/24 04:22:10 jkh Exp $ +# $Id: Makefile,v 1.86 1996/06/26 22:47:52 nate Exp $ # # Make command line options: # -DCLOBBER will remove /usr/include @@ -30,9 +30,9 @@ SUBDIR+= lib .if exists(bin) SUBDIR+= bin .endif -.if exists(contrib) -SUBDIR+= contrib -.endif +#.if exists(contrib) +#SUBDIR+= contrib +#.endif .if exists(games) SUBDIR+= games .endif |
