aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sade/Makefile
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-05-16 11:37:27 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-05-16 11:37:27 +0000
commitb2d228d3d79c49340f1d5728e91f46057c0a4921 (patch)
treeb37ec9f9cf4478f56803d142759b8dc671accdd9 /usr.sbin/sade/Makefile
parent92172c87b43ffbd1a0b786c3db286be124fcc5b8 (diff)
downloadsrc-b2d228d3d79c49340f1d5728e91f46057c0a4921.tar.gz
src-b2d228d3d79c49340f1d5728e91f46057c0a4921.zip
This will now compile and even scribble helpfully on your disks.
It remains to be seen how successfully. The distribution loading code is still not here yet, but the partition/newfs/mount/cpio-extract cycle is as complete as it's ever going to get, modulo possible bug fixes. The TCP/IP setup screen is also sort of here, albeit in a highly-changing state due to the fact that per-interface information isn't being kept right now but is being added (thanks, Gary!).
Notes
Notes: svn path=/head/; revision=8556
Diffstat (limited to 'usr.sbin/sade/Makefile')
-rw-r--r--usr.sbin/sade/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/sade/Makefile b/usr.sbin/sade/Makefile
index ad6e00baace5..4b18445041ab 100644
--- a/usr.sbin/sade/Makefile
+++ b/usr.sbin/sade/Makefile
@@ -11,7 +11,8 @@ SRCS= globals.c main.c dmenu.c menus.c \
disks.c command.c decode.c label.c \
tcpip.c
-CFLAGS += -Wall -g -I${.CURDIR}/../libdisk
+CFLAGS+= -Wall -g -I${.CURDIR}/../libdisk \
+ -I${.CURDIR}/../../gnu/lib/libdialog
LDADD= -ldialog -lncurses -lmytinfo
.if exists(${.CURDIR}/../libdisk/obj)