=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.sbin/Makefile,v retrieving revision 1.22 retrieving revision 1.23 diff -c -r1.22 -r1.23 *** src/usr.sbin/Makefile 1996/10/31 22:33:52 1.22 --- src/usr.sbin/Makefile 1997/01/31 14:43:40 1.23 *************** *** 1,10 **** ! # $OpenBSD: Makefile,v 1.22 1996/10/31 22:33:52 deraadt Exp $ # not yet done: catman .include ! SUBDIR= ac accton adduser arp bootpd bootpgw bootpef bootptest \ chown chroot config cron ctm dev_mkdb \ edquota gspa inetd iostat \ ipftest ipmon ipsend kgmon \ --- 1,10 ---- ! # $OpenBSD: Makefile,v 1.23 1997/01/31 14:43:40 graichen Exp $ # not yet done: catman .include ! 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 \ *************** *** 18,28 **** .if defined (YP) 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) --- 18,23 ----