Find correct system includes and libs on FreeBSD.

This commit is contained in:
Ulrich Wilkens
2012-08-19 02:32:18 +02:00
committed by Jon Trulson
parent 006a00ed4a
commit 3bbcda35b9
6 changed files with 11 additions and 8 deletions

View File

@@ -36,7 +36,7 @@ OBJS = dispatch.o dtpdmd.o mailbox.o \
manager.o records.o setup.o \
util.o nlmsg.o
#ifdef LinuxArchitecture
#if defined(LinuxArchitecture) || defined(FreeBSDArchitecture)
/* On Linux, just use the system provided Xau */
DEPXAUTHLIB =
#endif