Deleted Added
sdiff udiff text old ( 74861 ) new ( 125503 )
full compact
1# Makefile for dialog
2# $FreeBSD: head/gnu/usr.bin/dialog/Makefile 125503 2004-02-05 22:44:25Z ru $
3
4SUBDIR= TESTS
5
6PROG= dialog
7
8CFLAGS+= -Wall -Wstrict-prototypes
9
10DPADD= $(LIBDIALOG) $(LIBNCURSES)
11LDADD= -ldialog -lncurses
12
13.include <bsd.prog.mk>