sbase/config.mk
Roberto E. Vargas Caballero 14796edb26 bc: Adapt sbase style
2025-11-22 11:54:31 +01:00

20 lines
332 B
Makefile

# sbase version
VERSION = 0.1
# paths
PREFIX = /usr/local
MANPREFIX = $(PREFIX)/share/man
# tools
#CC =
#AR =
RANLIB = ranlib
# OpenBSD requires SMAKE to be scripts/make
# SMAKE = scripts/make
SMAKE = $(MAKE)
# -lrt might be needed on some systems
# -DYYDEBUG adds more debug info when yacc is involved
# CFLAGS =
# LDFLAGS =