Fix building on Linux.
This commit is contained in:
parent
d9ec62b22a
commit
6d2e1f7add
@ -1,4 +1,5 @@
|
||||
# Copyright 2008 Roy Marples
|
||||
|
||||
SUBOS= Linux
|
||||
CFLAGS+= -D_BSD_SOURCE -D_XOPEN_SOURCE=600
|
||||
LIBDL= -Wl,-Bdynamic -ldl
|
||||
|
@ -8,9 +8,8 @@ INSTALLAFTER= _installafter
|
||||
|
||||
MK= ../mk
|
||||
# To get NET_LO
|
||||
include ${MK}/os.mk
|
||||
include Makefile.${SUBOS}
|
||||
include ${MK}/scripts.mk
|
||||
include Makefile.${SUBOS}
|
||||
|
||||
_installafter:
|
||||
${INSTALL} -d ${DESTDIR}/${PREFIX}/${INITDIR}
|
||||
|
Loading…
x
Reference in New Issue
Block a user