1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/net/dhid/files/patch-ab

22 lines
438 B
Plaintext
Raw Normal View History

--- Makefile.orig Thu Jan 13 23:15:01 2000
+++ Makefile Thu Feb 10 23:13:56 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