mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
ca84de87ea
and host it on http://www.freebsd.org/~cpiazza/distilfes/.
13 lines
294 B
Plaintext
13 lines
294 B
Plaintext
--- Makefile.orig Thu Jun 24 15:55:04 1999
|
|
+++ Makefile Sat Aug 14 21:58:55 1999
|
|
@@ -1,7 +1,7 @@
|
|
-CC=gcc
|
|
+#CC=gcc
|
|
#uncomment the following line for linux 2.0.x (and maybe 2.1.x or 1.x too ...)
|
|
#UCD=-DUSE_UCDROM
|
|
-CFLAGS=-Wall -g ${UCD}
|
|
+CFLAGS+=-Wall -g ${UCD}
|
|
all:dagrab
|
|
|
|
dagrab:dagrab.o
|