c3b1f98e93
when a device with a leading / (e.g, `/dev/cd0') is given, as well as promotes code reuse ;-)
10 lines
188 B
Makefile
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>
|