aboutsummaryrefslogtreecommitdiff
path: root/release/sysinstall/Makefile
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-05-25 18:49:58 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-05-25 18:49:58 +0000
commit655f249eaadcb62ca903815efd2c932118d4ff1b (patch)
treee2569e994fe3d47d0c7b9d4e82bbbd253170fef0 /release/sysinstall/Makefile
parent45377938041069a5fc778ac13ae70d23d8bf6039 (diff)
downloadsrc-655f249eaadcb62ca903815efd2c932118d4ff1b.tar.gz
src-655f249eaadcb62ca903815efd2c932118d4ff1b.zip
Add CRC checking to sysinstall.
Submitted by: gpalmer
Notes
Notes: svn path=/head/; revision=8752
Diffstat (limited to 'release/sysinstall/Makefile')
-rw-r--r--release/sysinstall/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/release/sysinstall/Makefile b/release/sysinstall/Makefile
index 86b422d6affa..b70e8918b052 100644
--- a/release/sysinstall/Makefile
+++ b/release/sysinstall/Makefile
@@ -2,7 +2,7 @@ PROG= sysinstall
NOMAN= yes
CLEANFILES= makedevs.c rtermcap
-.PATH: ${.CURDIR}/../disklabel
+.PATH: ${.CURDIR}/../disklabel ${.CURDIR}/../../usr.bin/cksum
SRCS= globals.c main.c dmenu.c \
menus.c misc.c msg.c \
@@ -11,7 +11,8 @@ SRCS= globals.c main.c dmenu.c \
dist.c lang.c wizard.c \
disks.c command.c decode.c \
label.c tcpip.c media_strategy.c \
- makedevs.c ftp.c config.c
+ makedevs.c ftp.c config.c \
+ crc.c
CFLAGS+= -Wall -g -I${.CURDIR}/../libdisk \
-I${.CURDIR}/../../gnu/lib/libdialog