diff options
author | jkh <jkh@FreeBSD.org> | 1995-05-23 02:41:18 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-05-23 02:41:18 +0000 |
commit | 69df29fff8d1ce7a7a944f0d6431cebb54fca45e (patch) | |
tree | 1be6c68d1b91dc89c4abcef6f02b842e08f96593 /usr.sbin/sade/Makefile | |
parent | c479e492f4696b134bb3a6de2a2b0ac949a5ac63 (diff) | |
download | FreeBSD-src-69df29fff8d1ce7a7a944f0d6431cebb54fca45e.zip FreeBSD-src-69df29fff8d1ce7a7a944f0d6431cebb54fca45e.tar.gz |
1. Bring in the first cut of Poul's ftp routines. We still don't
use them yet, but it's close (we're working on the last wrinkles
in the CD install for now).
2. Complete the CDROM installation strategy code.
3. Simplify the distribtuion loading code.
4. General error message cleanup.
5. Write the /etc/fstab file now and split those routines into config.c
6. Clean up the menus a little more.
Diffstat (limited to 'usr.sbin/sade/Makefile')
-rw-r--r-- | usr.sbin/sade/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/usr.sbin/sade/Makefile b/usr.sbin/sade/Makefile index 15a5197..3f5c46d 100644 --- a/usr.sbin/sade/Makefile +++ b/usr.sbin/sade/Makefile @@ -4,14 +4,14 @@ CLEANFILES= makedevs.c rtermcap .PATH: ${.CURDIR}/../disklabel -SRCS= globals.c main.c dmenu.c \ - menus.c misc.c msg.c \ - system.c install.c termcap.c \ - media.c variable.c devices.c \ - dist.c lang.c wizard.c \ - disks.c command.c decode.c \ - label.c tcpip.c media_strategy.c \ - makedevs.c +SRCS= globals.c main.c dmenu.c \ + menus.c misc.c msg.c \ + system.c install.c termcap.c \ + media.c variable.c devices.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 CFLAGS+= -Wall -g -I${.CURDIR}/../libdisk \ -I${.CURDIR}/../../gnu/lib/libdialog |