mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
8f5bd3085f
A dhis client for updating dynamic DNS entries in dhisd DNS tables. PR: 13312 Submitted by: Oryx Gazella <oryx@ungulate.net>
25 lines
487 B
Plaintext
25 lines
487 B
Plaintext
--- Makefile.orig Tue Jun 22 07:30:37 1999
|
|
+++ Makefile Sat Aug 21 04:41:26 1999
|
|
@@ -25,15 +25,10 @@
|
|
#
|
|
# DHIS(c) Dynamic Host Information System Release 3.0
|
|
|
|
-CC=cc
|
|
-CFLAGS=
|
|
-LFLAGS=
|
|
-LIBS=
|
|
RM=rm -f
|
|
|
|
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
|
|
@@ -52,3 +47,5 @@
|
|
|
|
clean:
|
|
$(RM) *.core core dhid *.o
|
|
+
|
|
+all: dhid
|