10 lines
279 B
Plaintext
10 lines
279 B
Plaintext
SHELL= /bin/sh
|
|
RANLIB= ls # ar does the work of ranlib under System V
|
|
DEFS_LOCAL= -DREFCLOCK
|
|
DEFS= -DSYS_SVR4
|
|
AUTHDEFS= -DDES -DMD5
|
|
CLOCKDEFS= -DLOCAL_CLOCK
|
|
DAEMONLIBS= -lnsl -lsocket -lelf
|
|
RESLIB= -lnsl -lsocket -lelf
|
|
INSTALL= /usr/ucb/install
|