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
No empty .Rs/.Re
[netbsd-mini2440.git]
/
usr.sbin
/
pppd
/
plugins
/
passwordfd
/
Makefile
blob
5b99f96ec07276718e24e58485058e4fca4bb82f
1
# $NetBSD: Makefile,v 1.1 2005/02/19 19:51:58 cube Exp $
2
3
NOLINT
=
# defined
4
5
.
include
<
bsd.own.mk
>
6
7
.PATH
: ${
NETBSDSRCDIR
}/
dist
/
pppd
/
pppd
/
plugins
8
9
LIB
=
passwordfd
10
SRCS
=
passwordfd.c
11
CPPFLAGS
+=-
I
${
NETBSDSRCDIR
}/
dist
/
pppd
/
pppd
12
13
LIBPREFIX
=
14
SHLIB_FULLVERSION
=
15
16
.
include
<
bsd.lib.mk
>