summaryrefslogtreecommitdiff
path: root/netbsd-1.1/Makefile.top
blob: 2fff895a7af018212bc4919ad5a6ec07a70a3ff2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# ppp top level makefile for *bsd systems
#

BINDIR?= /usr/sbin

SUBDIR=	chat pppd pppstats
MAKE+=  BINDIR=$(BINDIR)

kernel:
	@sh -e netbsd-1.1/kinstall.sh

.include <bsd.subdir.mk>