11 lines
404 B
Plaintext
11 lines
404 B
Plaintext
SHELL= /bin/sh
|
|
RANLIB= ls # ar does the work of ranlib under System V
|
|
DEFS= -DSYS_UNIXWARE1 -DSTREAMS_TLI -DHAVE_TERMIOS -DCONFIG_FILE=\\"/usr/local/etc/ntp.conf\\"
|
|
AUTHDEFS= -DDES -DMD5
|
|
CLOCKDEFS=
|
|
DAEMONLIBS= -lnsl -lsocket -lelf
|
|
RESLIB= -lnsl -lsocket -lelf
|
|
INSTALL=$(TOP)scripts/install.sh
|
|
SHELL= /bin/sh
|
|
RANLIB= ls # ar does the work of ranlib under System V
|