460e0adb99
approved by: infrastructure blanket
11 lines
228 B
Text
11 lines
228 B
Text
--- Makefile.orig 2016-02-04 19:19:31 UTC
|
|
+++ Makefile
|
|
@@ -8,7 +8,7 @@ CC = gcc
|
|
DESTDIR =
|
|
|
|
bs: bs.c
|
|
- $(CC) $(CFLAGS) -o bs bs.c -lncurses
|
|
+ $(CC) $(CFLAGS) -o bs bs.c $(LDFLAGS) -lncurses
|
|
|
|
bs.6: bs.xml
|
|
xmlto man bs.xml
|