Initial import
This commit is contained in:
11
psqluseradm/Makefile
Normal file
11
psqluseradm/Makefile
Normal file
@@ -0,0 +1,11 @@
|
||||
CFLAGS= -I/usr/local/include
|
||||
LDFLAGS=-L/usr/local/lib -lpq
|
||||
|
||||
PROG= psql-useradm
|
||||
SRCS= psql-useradm.c psqladm.c
|
||||
|
||||
NO_MAN= true
|
||||
|
||||
WARNS?= 6
|
||||
|
||||
.include <bsd.prog.mk>
|
Reference in New Issue
Block a user