summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/Makefile
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-05-10 07:45:00 +0000
committerjkh <jkh@FreeBSD.org>1995-05-10 07:45:00 +0000
commit2bc42149babfd3d9e70daf6601cadc42126fe143 (patch)
tree92745840ffa98c695ea55991017a8e10cc5d29f3 /release/sysinstall/Makefile
parentb06a2da1188043774a21f325c65893b1dd1937ba (diff)
downloadFreeBSD-src-2bc42149babfd3d9e70daf6601cadc42126fe143.zip
FreeBSD-src-2bc42149babfd3d9e70daf6601cadc42126fe143.tar.gz
Fold in all my recent changes.
Do another clean-up pass over this, making the generic menu handler much more powerful (now handles multiple dispatch). A few more menus fleshed out and the beginnings of the distribution handler committed. Should be transfering full distributions over in the next commit.
Diffstat (limited to 'release/sysinstall/Makefile')
-rw-r--r--release/sysinstall/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/sysinstall/Makefile b/release/sysinstall/Makefile
index 4aa36cc..24baf10 100644
--- a/release/sysinstall/Makefile
+++ b/release/sysinstall/Makefile
@@ -8,7 +8,7 @@ SRCS= globals.c main.c dmenu.c menus.c \
misc.c msg.c system.c install.c \
termcap.c makedevs.c media.c variable.c \
devices.c dist.c lang.c wizard.c \
- disks.c command.c
+ disks.c command.c decode.c
CFLAGS += -Wall -g -I${.CURDIR}/../libdisk
OpenPOWER on IntegriCloud