diff options
author | Thomas Graichen <graichen@cvs.openbsd.org> | 1997-01-31 14:43:41 +0000 |
---|---|---|
committer | Thomas Graichen <graichen@cvs.openbsd.org> | 1997-01-31 14:43:41 +0000 |
commit | cd12599784319ef548fabac94a9a3459e6986f61 (patch) | |
tree | ba5e17ed7092ff93283d327fb51cde11da9083be | |
parent | c2eff5535605fd4f09fb64c1087d5cf35e3b26a0 (diff) |
also build amd on the alpha now
-rw-r--r-- | usr.sbin/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 08c8355659e..de5733732af 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.22 1996/10/31 22:33:52 deraadt Exp $ +# $OpenBSD: Makefile,v 1.23 1997/01/31 14:43:40 graichen Exp $ # not yet done: catman .include <bsd.own.mk> -SUBDIR= ac accton adduser arp bootpd bootpgw bootpef bootptest \ +SUBDIR= ac accton adduser amd arp bootpd bootpgw bootpef bootptest \ chown chroot config cron ctm dev_mkdb \ edquota gspa inetd iostat \ ipftest ipmon ipsend kgmon \ @@ -20,11 +20,6 @@ SUBDIR= ac accton adduser arp bootpd bootpgw bootpef bootptest \ SUBDIR+=ypbind yppoll ypset ypserv .endif -# should be listed above, but doesn't work on the Alpha. -.if (${MACHINE_ARCH} != "alpha") || make(clean) || make(cleandir) -SUBDIR+=amd -.endif - .if make(clean) || make(cleandir) || make(obj) SUBDIR+=apm apmd bad144 config.old dbsym eeprom fdformat grfconfig grfinfo \ hilinfo iteconfig pcmciad screenblank videomode |