This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
magicka/src/GNUmakefile.netbsd

11 lines
270 B
Plaintext

CC:= cc
CFLAGS:= -std=gnu99 -I/usr/local/include
LIBS:= -R/usr/pkg/lib -L/usr/pkg/lib -lsqlite3 -lutil -lm -lssl -lcrypto -lssh -liconv -lmosquitto
LIBTOOLIZE:= libtoolize
DEPS_LUA_TARGET:= bsd
DEPS_JAMLIB_MAKEFILE:= Makefile.linux
include GNUmakefile.common