diff options
| author | John Birrell <jb@FreeBSD.org> | 1998-05-15 11:55:47 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1998-05-15 11:55:47 +0000 |
| commit | f1f399e59d93d09a757382a01517a2f99d0d32d3 (patch) | |
| tree | f9fed8a9f04eab1177b0954ea0ede5275589d234 | |
| parent | 41cbb62401042edaef677195f4d4c1e51a816ed9 (diff) | |
Notes
| -rw-r--r-- | share/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/share/Makefile b/share/Makefile index de8644f63e1f..7ced978e2bea 100644 --- a/share/Makefile +++ b/share/Makefile @@ -1,6 +1,10 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 -SUBDIR= dict doc examples info man me misc mk skel syscons \ +SUBDIR= dict doc examples info man me misc mk skel \ tabset termcap timedef zoneinfo +.if ${MACHINE_ARCH} == "i386" +SUBDIR+= syscons +.endif + .include <bsd.subdir.mk> |
