HardenedBSD/sbin/sysinstall/Makefile

14 lines
248 B
Makefile
Raw Normal View History

1994-10-15 15:34:49 +01:00
PROG = sysinstall
MANEXT = 1
NOMAN= yet
.PATH: /usr/src/sbin/disklabel
SRCS = sysinstall.c dkcksum.c bootarea.c mbr.c
1994-10-15 15:34:49 +01:00
CFLAGS += -Wall
1994-10-16 01:04:42 +01:00
LDADD = -ldialog -lncurses -lmytinfo
1994-10-16 03:25:54 +01:00
DPADD = ${LIBDIALOG} ${LIBNCURSES} ${LIBMYTINFO}
1994-10-15 15:34:49 +01:00
.include <bsd.prog.mk>