summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/Makefile
diff options
context:
space:
mode:
authormatusita <matusita@FreeBSD.org>2001-12-01 13:13:27 +0000
committermatusita <matusita@FreeBSD.org>2001-12-01 13:13:27 +0000
commit733545376af6fdef0d00d89b8da1d7c087238614 (patch)
tree590760d07664c5db6f664bd007ef13ccaab8695b /usr.sbin/sysinstall/Makefile
parentece39f22797904f7bd0a197ee77ed602dc70c650 (diff)
downloadFreeBSD-src-733545376af6fdef0d00d89b8da1d7c087238614.zip
FreeBSD-src-733545376af6fdef0d00d89b8da1d7c087238614.tar.gz
Remove kget() feature, which is removed from 5-current kernel.
Since userconfig feature is implemented by tweaking variables (hint.*) with loader(8), we can put back an equivalent feature. Maybe the first step for this is to commit yokota-san's patch (add userconfig command for loader). Approved by: jkh
Diffstat (limited to 'usr.sbin/sysinstall/Makefile')
-rw-r--r--usr.sbin/sysinstall/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/Makefile b/usr.sbin/sysinstall/Makefile
index bbfff38..660bd9e 100644
--- a/usr.sbin/sysinstall/Makefile
+++ b/usr.sbin/sysinstall/Makefile
@@ -2,7 +2,7 @@
PROG= sysinstall
MAN= sysinstall.8
-SRCS= anonFTP.c cdrom.c command.c config.c devices.c dhcp.c kget.c \
+SRCS= anonFTP.c cdrom.c command.c config.c devices.c dhcp.c \
disks.c dispatch.c dist.c dmenu.c doc.c dos.c floppy.c \
ftp.c globals.c http.c index.c install.c installUpgrade.c keymap.c \
label.c main.c makedevs.c media.c menus.c misc.c modules.c \
OpenPOWER on IntegriCloud