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
Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git]
/
usr.sbin
/
pppd
/
plugins
/
minconn
/
Makefile
blob
312bc2517e5ec79470358e317aee435d838fafb4
1
# $NetBSD: Makefile,v 1.3 2002/09/18 13:31:55 lukem Exp $
2
3
NOLINT
=
# defined
4
5
.
include
<
bsd.own.mk
>
6
7
.PATH
: ${
NETBSDSRCDIR
}/
dist
/
pppd
/
pppd
/
plugins
8
9
LIB
=
minconn
10
SRCS
=
minconn.c
11
CPPFLAGS
+=-
I
${
NETBSDSRCDIR
}/
dist
/
pppd
/
pppd
12
13
LIBPREFIX
=
14
SHLIB_FULLVERSION
=
15
16
.
include
<
bsd.lib.mk
>