pkgconf/Makefile

12 lines
184 B
Makefile
Raw Normal View History

2011-07-25 02:03:17 +00:00
PROG = pkgconf${PROG_SUFFIX}
SRCS = main.c parse.c pkg.c
2011-07-25 02:03:17 +00:00
include buildsys.mk
LIBS = -lpopt
2011-07-25 02:03:17 +00:00
install-extra:
${LN} ${bindir}/pkgconf ${DESTDIR}/${bindir}/pkg-config
include .deps