=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.sbin/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -c -r1.2 -r1.3 *** src/usr.sbin/Makefile 1995/10/23 06:07:39 1.2 --- src/usr.sbin/Makefile 1995/10/23 07:46:00 1.3 *************** *** 1,5 **** # from: @(#)Makefile 5.6.1.2 (Berkeley) 5/8/91 ! # $Id: Makefile,v 1.2 1995/10/23 06:07:39 deraadt Exp $ # not yet done: catman --- 1,5 ---- # from: @(#)Makefile 5.6.1.2 (Berkeley) 5/8/91 ! # $Id: Makefile,v 1.3 1995/10/23 07:46:00 deraadt Exp $ # not yet done: catman *************** *** 12,18 **** rpc.bootparamd rpc.pcnfsd rwhod \ sa sendmail sliplogin slstats spray sysctl \ syslogd tcpdump timed traceroute trpt trsp update \ ! vipw vnconfig ypbind yppoll ypset zdump zic # should be listed above, but doesn't work on the Alpha. .if (${MACHINE_ARCH} != "alpha") || make(clean) || make(cleandir) --- 12,20 ---- rpc.bootparamd rpc.pcnfsd rwhod \ sa sendmail sliplogin slstats spray sysctl \ syslogd tcpdump timed traceroute trpt trsp update \ ! vipw vnconfig ypbind yppoll ypset \ ! yppush ypserv yptest ypxfr stdhosts makedbm ypinit \ ! zdump zic # should be listed above, but doesn't work on the Alpha. .if (${MACHINE_ARCH} != "alpha") || make(clean) || make(cleandir)