From 4ada351cf22a2d6637eda055df630cdd712541a4 Mon Sep 17 00:00:00 2001 From: David Greenman Date: Sat, 1 Oct 1994 03:44:05 +0000 Subject: [PATCH] Added apm and apmconf. NOTE: This makefile is wrong in a variety of ways. For one thing, the handling of arch-specific utilities is broken, and things like apm and apmconf (and fdformat, kbdcontrol, vidcontrol, etc) shouldn't be built for all arch's. --- usr.sbin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 385f53ff5baf..ab5c97d716a7 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -3,7 +3,7 @@ # XXX MISSING: mkproto # XXX MISSING SOURCES: quot # XXX TEMP. BROKEN: iostat -SUBDIR= ac accton amd arp chown chroot \ +SUBDIR= ac accton amd apm apmconf arp chown chroot \ cron crunch dbsym dev_mkdb diskpart edquota fdformat fdwrite \ inetd kbdcontrol kgmon kvm_mkdb lpr lptcontrol \ manctl mtree mrouted named nslookup pkg_install portmap pstat \