766d71c2d3
This is just a minimal port to get Debian up and running; the rest will be done later.
10 lines
224 B
Makefile
10 lines
224 B
Makefile
# Copyright (c) 2008 Roy Marples <roy@marples.name>
|
|
# Released under the 2-clause BSD license.
|
|
|
|
# Generic definitions
|
|
|
|
CPPFLAGS+= -D_BSD_SOURCE -D_XOPEN_SOURCE=700
|
|
LIBDL= -Wl,-Bdynamic -ldl
|
|
LIBKVM?=
|
|
include ${MK}/os-BSD.mk
|