mirror of
https://github.com/paulusmack/ppp.git
synced 2024-11-24 02:43:27 +08:00
15 lines
184 B
Plaintext
15 lines
184 B
Plaintext
#
|
|
# defines common to several Makefiles
|
|
#
|
|
|
|
INSTALL= /usr/sbin/install
|
|
|
|
BINDIR = @DESTDIR@/bin
|
|
MANDIR = @DESTDIR@/man
|
|
ETCDIR = @SYSCONF@/ppp
|
|
|
|
CC = gcc
|
|
COPTS = -O2
|
|
|
|
LD = /usr/ccs/bin/ld
|