]> git.ozlabs.org Git - ppp.git/blob - Makefile.top
2fff895a7af018212bc4919ad5a6ec07a70a3ff2
[ppp.git] / 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 netbsd-1.1/kinstall.sh
12
13 .include <bsd.subdir.mk>