diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1998-08-04 16:00:47 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1998-08-04 16:00:47 +0000 |
| commit | 6697f53652771264048eac8e1c35f3d22b08850e (patch) | |
| tree | 5d40a2536ac99d62afa2be346207f781cb6b7233 /Makefile | |
| parent | b58c36c953b47e0c4c8eb4e92b0ee885a8c09e86 (diff) | |
Notes
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.206 1998/08/02 09:24:59 wosch Exp $ +# $Id: Makefile,v 1.207 1998/08/03 08:28:14 bde Exp $ # # While porting to the another architecture include the bootstrap instead # of the normal build. @@ -110,7 +110,7 @@ SUBDIR+= lkm .endif # etc must be last for "distribute" to work -.if exists(etc) && make(distribute) +.if exists(etc) SUBDIR+= etc .endif |
