diff options
author | Roy Marples <roy@marples.name> | 2007-09-06 13:00:03 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-09-06 13:00:03 +0000 |
commit | ba4b5d5b7fab28557e0dda9b5a2191d110118857 (patch) | |
tree | 733647e353bc56650e4607081d8f9fa15596ca48 /src/Makefile.BSD | |
parent | d095d4d8f508276e924e433c8fa7f6ec02e0a92b (diff) |
Makefile in src now supports pmake as used on the BSDs.
Diffstat (limited to 'src/Makefile.BSD')
-rw-r--r-- | src/Makefile.BSD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.BSD b/src/Makefile.BSD new file mode 100644 index 00000000..88f70225 --- /dev/null +++ b/src/Makefile.BSD @@ -0,0 +1 @@ +LDLIBS_LIBRC = -lkvm |