summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-04-30 17:25:09 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-04-30 17:25:09 +0000
commitf99691058717c778c52ac4f72c8836bcf6df2c15 (patch)
tree6932b6905d796d902318aa02d78c4849db7ecb7e
parentAdd a disclaimer hinting that this port sucks beyond measure, and (diff)
I don't know of any UNIX make(1) that does not define a useful $(CC).
Notes
Notes: svn path=/head/; revision=42091
-rw-r--r--devel/libshhopt/files/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libshhopt/files/Makefile b/devel/libshhopt/files/Makefile
index 320b6692179e..7d992264e100 100644
--- a/devel/libshhopt/files/Makefile
+++ b/devel/libshhopt/files/Makefile
@@ -1,8 +1,8 @@
+# $FreeBSD$
+
PREFIX = /usr/local
LIBDIR = $(PREFIX)/lib
INCDIR = $(PREFIX)/include
-CC = gcc
-
example:
$(CC) -o example example.c -I$(INCDIR) -L$(LIBDIR) -lshhopt