mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-19 01:11:05 +01:00
9 lines
252 B
Plaintext
9 lines
252 B
Plaintext
SHELL= /bin/sh
|
|
RANLIB= ls # ar does the work of ranlib under System V
|
|
DEFS_LOCAL= -DREFCLOCK
|
|
DEFS= -DHAVE_SYSV_TTYS -DSYS_HPUX=8
|
|
AUTHDEFS= -DDES -DMD5
|
|
CLOCKDEFS= -DLOCAL_CLOCK
|
|
COPTS=
|
|
INSTALL=$(TOP)scripts/install.sh
|