diff options
author | rgrimes <rgrimes@FreeBSD.org> | 1995-05-30 03:57:47 +0000 |
---|---|---|
committer | rgrimes <rgrimes@FreeBSD.org> | 1995-05-30 03:57:47 +0000 |
commit | 4f960dd75f181e9fa2edc44324f15f0ab5c64b37 (patch) | |
tree | 15a9c7203efd47ba6dde2896fdb6327dddd4547f /usr.sbin/Makefile | |
parent | 30ef9631c5eac7f8254bd3d7ad274d34d9f518b8 (diff) | |
download | FreeBSD-src-4f960dd75f181e9fa2edc44324f15f0ab5c64b37.zip FreeBSD-src-4f960dd75f181e9fa2edc44324f15f0ab5c64b37.tar.gz |
Remove trailing whitespace.
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r-- | usr.sbin/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 3dd59dd..6b21829 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -21,23 +21,23 @@ 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 mixer ncrcontrol rtprio \ - sgsc spkrtest vidcontrol + sgsc spkrtest vidcontrol .elif ${MACHINE} == "hp300" -SUBDIR+=config iostat +SUBDIR+=config iostat .elif ${MACHINE} == "i386" SUBDIR+=apm apmconf bad144 cdplay config fdformat fdwrite fdcontrol iostat \ kbdcontrol lptcontrol mixer ncrcontrol rtprio sgsc spkrtest \ vidcontrol .elif ${MACHINE} == "luna68k" -SUBDIR+=config iostat +SUBDIR+=config iostat .elif ${MACHINE} == "mips" -SUBDIR+=config iostat +SUBDIR+=config iostat .elif ${MACHINE} == "sparc" -SUBDIR+=config.new eeprom +SUBDIR+=config.new eeprom .elif ${MACHINE} == "tahoe" -SUBDIR+=config iostat +SUBDIR+=config iostat .elif ${MACHINE} == "vax" -SUBDIR+=bad144 config iostat +SUBDIR+=bad144 config iostat .endif .include <bsd.subdir.mk> |