pkgconf/Makefile

12 lines
189 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:
2011-07-25 22:14:44 +00:00
${LN_S} -f ${bindir}/pkgconf ${DESTDIR}/${bindir}/pkg-config
2011-07-25 02:03:17 +00:00
include .deps