1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/gnu/usr.bin/dialog/Makefile
2000-09-16 04:27:30 +00:00

15 lines
205 B
Makefile

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