]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libpe/Makefile
bhnd(9): Fix a few mandoc related issues
[FreeBSD/FreeBSD.git] / lib / libpe / Makefile
1 # $FreeBSD$
2 .include <bsd.own.mk>
3
4 INTERNALLIB=
5
6 ELFTCDIR=       ${SRCTOP}/contrib/elftoolchain
7
8 .PATH:  ${ELFTCDIR}/libpe
9
10 LIB=    pe
11
12 SRCS=   libpe_buffer.c \
13         libpe_coff.c \
14         libpe_dos.c \
15         libpe_init.c \
16         libpe_rich.c \
17         libpe_section.c \
18         libpe_utils.c \
19         pe_buffer.c \
20         pe_cntl.c \
21         pe_coff.c \
22         pe_dos.c \
23         pe_flag.c \
24         pe_init.c \
25         pe_rich.c \
26         pe_section.c \
27         pe_symtab.c \
28         pe_update.c
29
30 CFLAGS+=-I${ELFTCDIR}/libpe -I${ELFTCDIR}/common
31
32 MAN=
33
34 .include <bsd.lib.mk>