mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
0372ef5da9
Obtained from: Paul Vixie
14 lines
460 B
Plaintext
14 lines
460 B
Plaintext
--- Makefile.orig Fri Aug 23 16:46:42 1996
|
|
+++ Makefile Sat Aug 24 02:14:12 1996
|
|
@@ -38,8 +38,8 @@
|
|
CDEFS = -DDEBUG -UWANT_TCPIP -UNEED_BITYPES_H -UNEED_STRDUP -UNEED_INET_ATON \
|
|
-UNO_SOCKADDR_LEN -UNO_HSTRERROR
|
|
#
|
|
-CFLAGS = $(CDEBUG) $(CDEFS) -I/usr/local/include
|
|
-LIBS =
|
|
+CFLAGS = $(CDEBUG) $(CDEFS)
|
|
+LIBS = -lcrypt
|
|
#(if WANT_TCPIP defined and this isn't in your libc)
|
|
# -lresolv
|
|
#(if the resolver needs it, which BIND>=4.9's will on BSD>=4.4 systems)
|