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]
/
sys
/
arch
/
atari
/
stand
/
edahdi
/
Makefile
blob
400a2d7d32cb1ce3823e1aaba2b0021b695f32e8
1
# $NetBSD: Makefile,v 1.4 1999/02/13 02:54:39 lukem Exp $
2
3
PROG
=
edahdi
4
NOMAN
=
# defined
5
DPADD
= ${
LIBTERMCAP
}
6
LDADD
= -
ltermcap
7
BINDIR
= /
sbin
8
9
CFLAGS
+=-
Wall
10
11
.
include
<
bsd.prog.mk
>