projects
/
ppp.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix for chap-rechallenge stuff
[ppp.git]
/
freebsd-2.0
/
Makefile.top
1
#
2
# ppp top level makefile for *bsd systems
3
#
4
5
BINDIR?= /usr/sbin
6
7
SUBDIR= chat pppd pppstats
8
MAKE+= BINDIR=$(BINDIR)
9
10
kernel:
11
@sh -e freebsd-2.0/kinstall.sh
12
13
.include <bsd.subdir.mk>