a9c42a2388
intelligent name handling in pkg_create. Most of these files are changed because of rcsid's being different in my cvs tree and freefall's (foo).
9 lines
148 B
Makefile
9 lines
148 B
Makefile
PROG= pkg_create
|
|
|
|
CFLAGS+= ${DEBUG} -I${.CURDIR}/../lib
|
|
LDADD+= -L${.CURDIR}/../lib -linstall
|
|
|
|
SRCS= main.c perform.c pl.c
|
|
|
|
.include <bsd.prog.mk>
|