1 1.4 xtraeme # $NetBSD: Makefile,v 1.4 2005/01/12 16:42:45 xtraeme Exp $ 2 1.1 ad 3 1.4 xtraeme WARNS= 3 4 1.1 ad PROG= cdplay 5 1.1 ad SRCS= cdplay.c 6 1.2 msaitoh 7 1.3 lukem LDADD+= -ledit -ltermcap -lutil 8 1.3 lukem DPADD+= ${LIBEDIT} ${LIBTERMCAP} ${LIBUTIL} 9 1.1 ad 10 1.1 ad .include <bsd.prog.mk> 11