diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2001-05-01 01:25:09 +0800 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-05-01 01:25:09 +0800 |
commit | f99691058717c778c52ac4f72c8836bcf6df2c15 (patch) | |
tree | 6932b6905d796d902318aa02d78c4849db7ecb7e /devel/libshhopt | |
parent | 63017bf18adc5c3aafb832db02bfc0dd63d6f979 (diff) | |
download | freebsd-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/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 |