aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libshhopt
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-05-01 01:25:09 +0800
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-05-01 01:25:09 +0800
commitf99691058717c778c52ac4f72c8836bcf6df2c15 (patch)
tree6932b6905d796d902318aa02d78c4849db7ecb7e /devel/libshhopt
parent63017bf18adc5c3aafb832db02bfc0dd63d6f979 (diff)
downloadfreebsd-ports-gnome-f99691058717c778c52ac4f72c8836bcf6df2c15.tar.gz
freebsd-ports-gnome-f99691058717c778c52ac4f72c8836bcf6df2c15.tar.zst
freebsd-ports-gnome-f99691058717c778c52ac4f72c8836bcf6df2c15.zip
I don't know of any UNIX make(1) that does not define a useful $(CC).
Diffstat (limited to 'devel/libshhopt')
-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