about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJosh Rickmar <jrick@devio.us>2012-09-06 16:58:44 -0400
committerJosh Rickmar <jrick@devio.us>2012-09-06 16:58:44 -0400
commitf637e5c544e3a6582fec11c57bee1dabcc56652c (patch)
tree253b14d0ad4fbdcc42110a6cdb493aa347af284a
parent03950f95e7c521d2024566669550d9aa1bf2d6db (diff)
downloadxombrero-f637e5c544e3a6582fec11c57bee1dabcc56652c.tar.gz
More dbsd stuff. From Zplay
-rw-r--r--dragonfly/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/dragonfly/Makefile b/dragonfly/Makefile
index cd0976c..2e70b47 100644
--- a/dragonfly/Makefile
+++ b/dragonfly/Makefile
@@ -16,8 +16,7 @@ PREFIX?= /usr/local
 BINDIR?= $(PREFIX)/bin
 LIBDIR?= $(PREFIX)/lib
 MANDIR?= $(PREFIX)/man
-#SRCS= $(shell ls ../*.c)
-#SRCS+= dragonfly.c
+RESDIR?= $(PREFIX)/share/xombrero/
 
 CC= cc