freebsd-dev/gnu/lib/libdialog/TESTS/Makefile

12 lines
235 B
Makefile
Raw Normal View History

1995-12-23 01:10:32 +00:00
# Makefile for dialog
# $Id: Makefile,v 1.4 1994/10/28 03:12:45 ache Exp $
PROG= test1
CFLAGS+= -Wall -Wstrict-prototypes
DPADD+= $(LIBDIALOG) $(LIBNCURSES) $(LIBMYTINFO)
LDADD+= -ldialog -lncurses -lmytinfo
.include <bsd.prog.mk>