1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00
freebsd/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>