NetBSD/usr.sbin/sushi/Makefile
jdolecek 4723e61556 rename sushi.msg.en to C.msg
build and install message catalog
2001-01-06 14:00:33 +00:00

22 lines
516 B
Makefile

# $NetBSD: Makefile,v 1.3 2001/01/06 14:00:34 jdolecek Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
.include <bsd.own.mk>
PROG= sushi
SRCS= sushi.c scandir.c menutree.c scanform.c run.c functions.c \
handlers.c blabel.c
MKMAN= no
LIBINSTALL != cd ${.CURDIR}/../pkg_install/lib && ${PRINTOBJDIR}
LDADD+= -lutil -lcurses -lcdk -lform -lm -L${LIBINSTALL} -linstall
DPADD+= ${LIBUTIL} ${LIBCURSES} ${LIBCDK} ${LIBFORM} ${LIBM} \
${LIBINSTALL}/libinstall.a
NLS= C.msg
.include <bsd.prog.mk>
.include <bsd.nls.mk>