diff options
author | paul <paul@FreeBSD.org> | 1994-11-22 13:34:43 +0000 |
---|---|---|
committer | paul <paul@FreeBSD.org> | 1994-11-22 13:34:43 +0000 |
commit | 4a8057be335a2441f022e10dd48fd2573ceb0422 (patch) | |
tree | 9b240dea441c9a4c297d15efe9167389135fd82e /sbin | |
parent | 194b849b6cc0193899f5ad58ab2345abfe3e2fcf (diff) | |
download | FreeBSD-src-4a8057be335a2441f022e10dd48fd2573ceb0422.zip FreeBSD-src-4a8057be335a2441f022e10dd48fd2573ceb0422.tar.gz |
Added
CLEANFILES += makedevs.c
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/sysinstall/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/sysinstall/Makefile b/sbin/sysinstall/Makefile index fda713c..d2b34da 100644 --- a/sbin/sysinstall/Makefile +++ b/sbin/sysinstall/Makefile @@ -9,6 +9,7 @@ SRCS = bootarea.c editor.c exec.c dkcksum.c label.c main.c mbr.c \ termcap.c utils.c makedevs.c ourcurses.c CFLAGS += -Wall -g -static -I${.CURDIR}/../../sys/ +CLEANFILES += makedevs.c LDADD = -ldialog -lncurses -lmytinfo DPADD = ${LIBDIALOG} ${LIBNCURSES} ${LIBMYTINFO} |