mirror of
https://github.com/paulusmack/ppp.git
synced 2024-12-01 07:23:43 +08:00
14 lines
185 B
Makefile
14 lines
185 B
Makefile
#
|
|
# 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>
|