mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
9fb8b0b4e6
PR: 4941
14 lines
268 B
Plaintext
14 lines
268 B
Plaintext
*** Makefile.in.orig Tue Jul 22 19:22:58 1997
|
|
--- Makefile.in Mon Oct 27 09:13:15 1997
|
|
***************
|
|
*** 77,82 ****
|
|
--- 77,84 ----
|
|
|
|
CLEANFILES = $(PROG) $(OBJ) $(GENSRC)
|
|
|
|
+ all: $(PROG)
|
|
+
|
|
$(PROG): $(OBJ)
|
|
@rm -f $@
|
|
$(CC) $(CFLAGS) -o $@ $(OBJ) $(LIBS)
|