freebsd-dev/gnu/usr.bin/dialog/Makefile

14 lines
186 B
Makefile

# Makefile for dialog
# $FreeBSD$
SUBDIR= TESTS
PROG= dialog
CFLAGS+= -Wall -Wstrict-prototypes
DPADD= $(LIBDIALOG) $(LIBNCURSES)
LDADD= -ldialog -lncurses
.include <bsd.prog.mk>