diff options
-rw-r--r-- | devel/libshhopt/files/Makefile | 4 |
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 |