diff options
author | jkh <jkh@FreeBSD.org> | 1995-05-04 23:36:23 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-05-04 23:36:23 +0000 |
commit | f087fb199fa8a181cea6bbb1396edf5b4d95f16f (patch) | |
tree | 6b41fde46007c62694ac47291e41d28b0524524d /usr.sbin/sade/Makefile | |
parent | 6e0554da35def531ecbc2de73120bffeb09df22b (diff) | |
download | FreeBSD-src-f087fb199fa8a181cea6bbb1396edf5b4d95f16f.zip FreeBSD-src-f087fb199fa8a181cea6bbb1396edf5b4d95f16f.tar.gz |
Everything but the partition editor is done. This commit is for MBR testing.
Diffstat (limited to 'usr.sbin/sade/Makefile')
-rw-r--r-- | usr.sbin/sade/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/sade/Makefile b/usr.sbin/sade/Makefile index a6d0704..f2fa070 100644 --- a/usr.sbin/sade/Makefile +++ b/usr.sbin/sade/Makefile @@ -7,7 +7,8 @@ CLEANFILES= makedevs.c rtermcap 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 + devices.c dist.c lang.c wizard.c \ + disks.c CFLAGS += -Wall -g -I${.CURDIR}/../libdisk |