repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
usr.bin
/
cdplay
/
Makefile
blob
11fee775273032cf58e01804a37dc6b4b8366e2b
1
# $NetBSD: Makefile,v 1.4 2005/01/12 16:42:45 xtraeme Exp $
2
3
PROG
=
cdplay
4
SRCS
=
cdplay.c
5
6
LDADD
+= -
ledit
-
ltermcap
-
lutil
7
DPADD
+= ${
LIBEDIT
} ${
LIBTERMCAP
} ${
LIBUTIL
}
8
9
.
include
<
bsd.prog.mk
>