summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 320b669..7d99226 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
OpenPOWER on IntegriCloud