1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/net/dhid/files/patch-ab
Kris Kennaway 28989c4601 Unbreak this port by upgrading to dhid 3.1. I don't use this software,
so I had to play it a bit by ear, but I didn't hear back from the
maintainer.

Noticed by:	bento
2000-02-05 22:07:51 +00:00

28 lines
508 B
Plaintext

--- Makefile.orig Thu Jan 13 20:15:01 2000
+++ Makefile Sun Jan 30 17:56:18 2000
@@ -25,17 +25,13 @@
#
# DHIS(c) Dynamic Host Information System Release 3.1
-CC=cc
-CFLAGS=
-LFLAGS=
-LIBS=
+CC?=cc
RM=rm -f
all: dhid
dhid: conf.o endian.o network.o crypt.o main.o
$(CC) $(LFLAGS) -o dhid conf.o endian.o network.o crypt.o main.o $(LIBS)
- strip dhid
main.o: dhid.h network.h conf.h main.c
$(CC) $(CFLAGS) -c main.c
@@ -54,3 +50,5 @@
clean:
$(RM) *.core core dhid *.o
+
+all: dhid