blob: fead1d7ece5a3bb1c36c93f899d9777e0705852b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#
#pragma ident "%Z%%M% %I% %E% SMI"
#
# Copyright (c) 2000 by Sun Microsystems, Inc.
# All rights reserved.
#
# cmd/cmd-inet/usr.bin/pppd/Makefile.def
#
ETCPPPDIR= $(ROOTETC)/ppp
ETCPPPPLUGINDIR_ABS= /etc/ppp/plugins
LIBPPPPLUGINDIR= $(ROOT)/usr/lib/inet/ppp
LIBPPPPLUGINDIR_ABS= /usr/lib/inet/ppp
|