Allow things to compile (and hopfully work on Linux)

This commit is contained in:
2010-05-11 13:59:30 +00:00
parent 8ab4673bd5
commit f6b52a4b4b
4 changed files with 25 additions and 15 deletions

View File

@@ -1,3 +1,4 @@
SUBDIR= psqldbadm psqluseradm
.include <bsd.subdir.mk>
all:
for dir in ${SUBDIR}; do (cd $$dir; make); done