mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
0083e20040
* Correct executable name in etc/rc.d/dhid.sh * Provide users with more information about configuring Obtained from: Maintainer
22 lines
438 B
Plaintext
22 lines
438 B
Plaintext
--- 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
|