From ce7acbd60f1a7db4ea85d0f92548464fd4cbb81d Mon Sep 17 00:00:00 2001 From: graichen Date: Fri, 31 Jan 1997 14:43:40 +0000 Subject: [PATCH] also build amd on the alpha now --- usr.sbin/Makefile | 9 ++------- 1 file 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 -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 -- 2.20.1