9 lines
251 B
Plaintext
9 lines
251 B
Plaintext
SHELL= /bin/sh
|
|
RANLIB= ls # ar does the work of ranlib under System V
|
|
DEFS_LOCAL= -DREFCLOCK
|
|
DEFS= -DHAVE_TERMIOS -DSYS_HPUX=10
|
|
AUTHDEFS= -DDES -DMD5
|
|
CLOCKDEFS= -DLOCAL_CLOCK
|
|
COPTS=
|
|
INSTALL=$(TOP)scripts/install.sh
|