Initial import

This commit is contained in:
2007-02-13 20:57:45 +00:00
parent 63a12324f4
commit 8ab4673bd5
11 changed files with 866 additions and 0 deletions

13
psqldbadm/Makefile Normal file
View File

@@ -0,0 +1,13 @@
.PATH: ${.CURDIR} ${.CURDIR}/../psqluseradm/
CFLAGS= -I/usr/local/include
LDFLAGS=-L/usr/local/lib -lpq
PROG= psql-dbadm
SRCS= psql-dbadm.c psqladm.c
NO_MAN= true
WARNS?= 6
.include <bsd.prog.mk>