freebsd-skq/usr.sbin/bsdinstall/distextract/Makefile
bdrewery 104fd14e87 Use LIBEXECDIR for /usr/libexec.
MFC after:	1 week
Sponsored by:	EMC / Isilon Storage Division
2015-11-26 01:14:40 +00:00

11 lines
149 B
Makefile

# $FreeBSD$
BINDIR= ${LIBEXECDIR}/bsdinstall
PROG= distextract
LIBADD= archive dpv figpar ncursesw dialog m
WARNS?= 6
MAN=
.include <bsd.prog.mk>