diff options
author | Thomas Graichen <graichen@cvs.openbsd.org> | 1997-02-03 10:28:45 +0000 |
---|---|---|
committer | Thomas Graichen <graichen@cvs.openbsd.org> | 1997-02-03 10:28:45 +0000 |
commit | 42b830da011376a9eb35fce79e68b21b5ab74eff (patch) | |
tree | b243479124410a56fc889bd7307882eef527e880 /gnu/Makefile | |
parent | c3188065610a4bdcf9f0a398da44bc458ff3acf0 (diff) |
also build uucp on the alpha
Diffstat (limited to 'gnu/Makefile')
-rw-r--r-- | gnu/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gnu/Makefile b/gnu/Makefile index 7671bd17d14..e62ffe7908f 100644 --- a/gnu/Makefile +++ b/gnu/Makefile @@ -1,8 +1,5 @@ # $NetBSD: Makefile,v 1.4 1995/04/23 07:49:43 cgd Exp $ -SUBDIR+= lib usr.bin -.if (${MACHINE_ARCH} != "alpha") -SUBDIR+= libexec -.endif +SUBDIR+= lib usr.bin libexec .include <bsd.subdir.mk> |