1 1.1 christos # $NetBSD: Makefile,v 1.1 2003/10/16 21:41:46 christos Exp $ 2 1.1 christos 3 1.1 christos NOMAN=1 4 1.1 christos PROG=test 5 1.1 christos CPPFLAGS=-I${.CURDIR}/.. 6 1.1 christos LDADD+=-ledit -ltermcap 7 1.1 christos DPADD+=${LIBEDIT} ${LIBTERMCAP} 8 1.1 christos 9 1.1 christos .include <bsd.prog.mk> 10