diff options
author | imp <imp@FreeBSD.org> | 2005-06-03 15:53:37 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2005-06-03 15:53:37 +0000 |
commit | f80a31a9ee453abb9977ff0479228bf80be24784 (patch) | |
tree | df04221acba208cfdb045f4c2cdf1f88c73b47ab /sbin/Makefile | |
parent | 98f9fb48ada4ef695ab7c43a083e5a4afa2686c3 (diff) | |
download | FreeBSD-src-f80a31a9ee453abb9977ff0479228bf80be24784.zip FreeBSD-src-f80a31a9ee453abb9977ff0479228bf80be24784.tar.gz |
Revert last. It was the result of mismerges from cvs not an actual
need. _sconfig already was there in the correct place.
Noticed by: ru@
Diffstat (limited to 'sbin/Makefile')
-rw-r--r-- | sbin/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index 9b46066..732895b 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -118,7 +118,6 @@ _ping6= ping6 _fdisk= fdisk .elif ${MACHINE} == "pc98" _fdisk_pc98= fdisk_pc98 -_sconfig= sconfig .endif _mount_reiserfs= mount_reiserfs _sconfig= sconfig |