]> git.ipfire.org Git - people/ms/dma.git/commitdiff
Fix buildworld: add -I${.CURDIR} so aliases_parse.c can find dma.h.
authorSascha Wildner <swildner@dragonflybsd.org>
Sat, 2 Feb 2008 23:57:35 +0000 (23:57 +0000)
committerSascha Wildner <swildner@dragonflybsd.org>
Sat, 2 Feb 2008 23:57:35 +0000 (23:57 +0000)
Makefile

index 34d3cb9077f6fce6dcffa551b040119e6c99af41..22d67a47d37600d8703b84889cf12cdf98bb200c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,8 @@
-# $DragonFly: src/libexec/dma/Makefile,v 1.1 2008/02/02 18:20:51 matthias Exp $
+# $DragonFly: src/libexec/dma/Makefile,v 1.2 2008/02/02 23:57:35 swildner Exp $
 #
 
 CFLAGS+= -DHAVE_CRYPTO -DHAVE_INET6
+CFLAGS+= -I${.CURDIR}
 
 DPADD=  ${LIBSSL} ${LIBCRYPTO}
 LDADD=  -lssl -lcrypto