mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
585938cf14
Submitted by: Andrey Zakhvatov <andy@cgu.chel.su>
17 lines
317 B
Plaintext
17 lines
317 B
Plaintext
*** Makefile Thu Dec 28 05:29:16 1995
|
|
--- /home/andy/ports/cal/src/source/Makefile Thu Jun 13 23:33:23 1996
|
|
***************
|
|
*** 7,13 ****
|
|
--- 7,17 ----
|
|
# To use, enter "make -f makefile.unx"
|
|
|
|
CC=gcc
|
|
+ .ifdef PREFIX
|
|
+ CFLAGS+=-DUNIX -DPREFIX="\"${PREFIX}\""
|
|
+ .else
|
|
CFLAGS=-DUNIX
|
|
+ .endif
|
|
|
|
default: cal
|
|
|