NetBSD/usr.bin/cdplay/Makefile
lukem c3b1f98e93 replace guts of opencd() with call to opendisk(). prevents coredump
when a device with a leading / (e.g, `/dev/cd0') is given, as well as
promotes code reuse ;-)
2000-12-16 01:36:00 +00:00

10 lines
188 B
Makefile

# $NetBSD: Makefile,v 1.3 2000/12/16 01:36:00 lukem Exp $
PROG= cdplay
SRCS= cdplay.c
LDADD+= -ledit -ltermcap -lutil
DPADD+= ${LIBEDIT} ${LIBTERMCAP} ${LIBUTIL}
.include <bsd.prog.mk>