diff options
author | ats <ats@FreeBSD.org> | 1995-02-21 10:30:41 +0000 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1995-02-21 10:30:41 +0000 |
commit | 5c36476ca09554f2bc768d78a27de52f3c2d8cbc (patch) | |
tree | ad670a4d89d0f3a7edce2a0432773c47a272869c /usr.sbin/Makefile | |
parent | 01efbfed9f8108d99314d7e4d28585ef4512d976 (diff) | |
download | FreeBSD-src-5c36476ca09554f2bc768d78a27de52f3c2d8cbc.zip FreeBSD-src-5c36476ca09554f2bc768d78a27de52f3c2d8cbc.tar.gz |
Add sgsc to the clean/cleandir targets.
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 7283cc6..d49b36e 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -20,7 +20,7 @@ SUBDIR= ac accton adduser amd arp chown chroot cron crunch ctm dbsym dev_mkdb \ .if make(clean) || make(cleandir) SUBDIR+=apm apmconf bad144 cdplay config config.new fdformat fdwrite \ fdcontrol iostat kbdcontrol lptcontrol ncrcontrol rtprio \ - spkrtest swapinfo vidcontrol + sgsc spkrtest swapinfo vidcontrol .elif ${MACHINE} == "hp300" SUBDIR+=config iostat .elif ${MACHINE} == "i386" |