diff options
author | jkh <jkh@FreeBSD.org> | 1995-05-08 06:06:30 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-05-08 06:06:30 +0000 |
commit | 7440d1ae5c074c0c8ed8018cd10e429b279d8745 (patch) | |
tree | 0f8452edfa4c92d9e7ad62938d4ad2e891ccdbef /usr.sbin/sade/Makefile | |
parent | 021b1e61da72a756bc8f87b139948c264ab03d85 (diff) | |
download | FreeBSD-src-7440d1ae5c074c0c8ed8018cd10e429b279d8745.zip FreeBSD-src-7440d1ae5c074c0c8ed8018cd10e429b279d8745.tar.gz |
Ok, we should now create all filesystems, mount them and extract the
cpio floppy at this point.
Diffstat (limited to 'usr.sbin/sade/Makefile')
-rw-r--r-- | usr.sbin/sade/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sade/Makefile b/usr.sbin/sade/Makefile index 2a206eb..4aa36cc 100644 --- a/usr.sbin/sade/Makefile +++ b/usr.sbin/sade/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 + disks.c command.c CFLAGS += -Wall -g -I${.CURDIR}/../libdisk |