View | Details | Raw Unified | Return to bug 63185
Collapse All | Expand All

(-)Makefile (+4 lines)
Lines 24-29 Link Here
24
HTML=	avltree.html heap.html parray.html set.html hashtbl.html \
24
HTML=	avltree.html heap.html parray.html set.html hashtbl.html \
25
	index.html queue.html stack.html
25
	index.html queue.html stack.html
26
26
27
.if ${ARCH} == "amd64"
28
CFLAGS=	-fPIC
29
.endif
30
27
# Copy header file and libraries.
31
# Copy header file and libraries.
28
do-install:
32
do-install:
29
	${INSTALL_DATA} ${WRKSRC}/ds.h ${PREFIX}/include
33
	${INSTALL_DATA} ${WRKSRC}/ds.h ${PREFIX}/include

Return to bug 63185