freebsd-dev/gnu/usr.bin/dialog/Makefile
2001-03-27 14:59:06 +00:00

14 lines
188 B
Makefile

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