mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
10 lines
178 B
Text
10 lines
178 B
Text
--- Makefile.orig
|
|
+++ Makefile
|
|
@@ -7,6 +7,7 @@
|
|
MANDIR = $(PREFIX)/share/man
|
|
|
|
cbonsai: cbonsai.c
|
|
+ $(CC) $(CFLAGS) -o $@ $< $(LDLIBS)
|
|
|
|
cbonsai.1: cbonsai.scd
|
|
scdoc <$< >$@
|