add missing files for GNU/Hurd

This commit is contained in:
Svante Signell
2014-10-22 14:25:00 -05:00
committed by William Hubbs
parent 89c8a62a10
commit 203b754f84
6 changed files with 103 additions and 0 deletions

8
mk/os-GNU.mk Normal file
View File

@@ -0,0 +1,8 @@
# Copyright (c) 2008 Roy Marples <roy@marples.name>
# Released under the 2-clause BSD license.
SFX= .GNU.in
PKG_PREFIX?= /usr
CPPFLAGS+= -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -DMAXPATHLEN=4096 -DMAX_PATH=4096
LIBDL= -Wl,-Bdynamic -ldl