forked from Lainports/freebsd-ports
TCL and is more lightweight than expect. PR: 86295 Submitted by: Mikhail Zakharov <zmey20000@yahoo.com>
14 lines
262 B
Text
14 lines
262 B
Text
--- Makefile.orig Mon Sep 19 14:32:32 2005
|
|
+++ Makefile Mon Sep 19 14:33:23 2005
|
|
@@ -3,8 +3,10 @@
|
|
# make to build for *BSD or Linux
|
|
#
|
|
|
|
+CC ?= gcc
|
|
+
|
|
all:
|
|
- gcc -lutil -o empty empty.c
|
|
+ ${CC} ${CFLAGS} -lutil -o empty empty.c
|
|
|
|
FreeBSD: all
|
|
NetBSD: all
|