mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-25 16:13:17 +00:00
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
|