Project

General

Profile

mktplinkfw.patch

Eric Krausser, 12/28/2011 07:58 PM

View differences:

tools/mktplinkfw/Makefile Wed Dec 28 20:54:04 2011 +0100
1
CDIR=${.CURDIR}/../../contrib/mktplinkfw
2
.PATH: ${CDIR}
3

4
PROG=mktplinkfw
5
LDADD=-lz -lcrypto
6
DPADD=${LIBZ}
7
NO_MAN=
8

9
SRCS=mktplinkfw.c
10

11
.include <bsd.prog.mk>
12