mirror of
https://github.com/paulusmack/ppp.git
synced 2025-01-22 12:23:34 +08:00
14 lines
186 B
Makefile
14 lines
186 B
Makefile
#
|
|
# ppp top level makefile for *bsd systems
|
|
#
|
|
|
|
BINDIR?= /usr/sbin
|
|
|
|
SUBDIR= chat pppd pppstats
|
|
MAKE+= BINDIR=$(BINDIR)
|
|
|
|
kernel:
|
|
@sh -e freebsd-2.0/kinstall.sh
|
|
|
|
.include <bsd.subdir.mk>
|