e3d0fe06bd
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
9 lines
203 B
Makefile
9 lines
203 B
Makefile
# Copyright (c) 2008 Roy Marples <roy@marples.name>
|
|
# Released under the 2-clause BSD license.
|
|
|
|
SFX= .Linux.in
|
|
PKG_PREFIX?= /usr
|
|
|
|
CPPFLAGS+= -D_BSD_SOURCE -D_XOPEN_SOURCE=700
|
|
LIBDL= -Wl,-Bdynamic -ldl
|