diff options
author | ats <ats@FreeBSD.org> | 1995-04-15 21:45:49 +0000 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1995-04-15 21:45:49 +0000 |
commit | 8becb4197ae6918eb7ef40bb01a4a949b901527d (patch) | |
tree | 4a73b2af9254743490a525aff84c5913f69943dc /usr.sbin/Makefile | |
parent | 2b606ed43f4a09635dd463a31442efb77603c6fc (diff) | |
download | FreeBSD-src-8becb4197ae6918eb7ef40bb01a4a949b901527d.zip FreeBSD-src-8becb4197ae6918eb7ef40bb01a4a949b901527d.tar.gz |
Add mixer to the clean/cleandir targets to get it also cleaned up.
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r-- | usr.sbin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index f38b229..368d0e1 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -20,7 +20,7 @@ SUBDIR= ac accton adduser amd arp bootparamd chown chroot cron crunch ctm \ .if make(clean) || make(cleandir) SUBDIR+=apm apmconf bad144 cdplay config config.new fdformat fdwrite \ - fdcontrol iostat kbdcontrol lptcontrol ncrcontrol rtprio \ + fdcontrol iostat kbdcontrol lptcontrol mixer ncrcontrol rtprio \ sgsc spkrtest swapinfo vidcontrol .elif ${MACHINE} == "hp300" SUBDIR+=config iostat |