From 4a8057be335a2441f022e10dd48fd2573ceb0422 Mon Sep 17 00:00:00 2001 From: paul Date: Tue, 22 Nov 1994 13:34:43 +0000 Subject: Added CLEANFILES += makedevs.c --- sbin/sysinstall/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'sbin') 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} -- cgit v1.1