mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 14:39:37 +00:00
7e007f1ded
here, even though it isn't used in the Makefile for Paul not to have an heart-attack when he wakes up. :-) Way to go still...
16 lines
302 B
Makefile
16 lines
302 B
Makefile
PROG = sysinstall
|
|
MANEXT = 1
|
|
NOMAN= yet
|
|
|
|
.PATH: /usr/src/sbin/disklabel
|
|
|
|
SRCS = stage1.c dkcksum.c bootarea.c mbr.c \
|
|
utils.c termcap.c \
|
|
stage0.c stage2.c stage3.c main.c
|
|
|
|
CFLAGS += -Wall
|
|
LDADD = -ldialog -lncurses -lmytinfo
|
|
DPADD = ${LIBDIALOG} ${LIBNCURSES} ${LIBMYTINFO}
|
|
|
|
.include <bsd.prog.mk>
|