diff options
author | Roy Marples <roy@marples.name> | 2007-09-10 21:26:13 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-09-10 21:26:13 +0000 |
commit | bc6b031f2e4bfe7a424f1dae241e4eb77b0992f8 (patch) | |
tree | e7c419518ccaf1b6b382bb3ff3d8e528fd0c5d99 /src/Makefile.BSD | |
parent | 2aac9fa4644215a6c0612c0f4ac5a0ba862fe729 (diff) |
librc should link against libeinfo too
Diffstat (limited to 'src/Makefile.BSD')
-rw-r--r-- | src/Makefile.BSD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.BSD b/src/Makefile.BSD index 88f70225..ab5cec7c 100644 --- a/src/Makefile.BSD +++ b/src/Makefile.BSD @@ -1 +1 @@ -LDLIBS_LIBRC = -lkvm +LDLIBS_LIBRC += -lkvm |