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
Fix mdoc(7)/man(7) mix up.
[netbsd-mini2440.git]
/
sbin
/
pppoectl
/
Makefile
blob
06ba61fd500683b6671f4ded5757397fa4eaa1f3
1
# $NetBSD: Makefile,v 1.2 2002/03/16 17:03:42 martin Exp $
2
3
PROG
=
pppoectl
4
MAN
=
pppoectl
.8
5
6
USE_FORT?
=
yes
# network client
7
LINKS
= ${
BINDIR
}/
pppoectl
${
BINDIR
}/
ipppctl
8
MLINKS
=
pppoectl
.8
ipppctl
.8
9
10
.
include
<
bsd.prog.mk
>