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.sbin
/
sup
/
supscan
/
Makefile
blob
229fc42a13e5a59014d319dadcaee5f0ed96d096
1
# $NetBSD: Makefile,v 1.5 2001/12/12 01:48:56 tv Exp $
2
3
NOMAN
=
# defined
4
5
PROG
=
supscan
6
SRCS
=
supscan.c scan.c
7
8
.PATH
: ${
.CURDIR
}/
..
/
source
9
10
DPADD
= ${
LIBSUP
}
11
LDADD
= ${
SUPLIB
}
12
13
.
include
<
bsd.prog.mk
>