summaryrefslogtreecommitdiff
path: root/libexec/ld.so/prebind_strip/Makefile
blob: 6b0fa03bbd9836be35b252ff994250b1f8fdd9c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$OpenBSD: Makefile,v 1.1 2006/05/03 16:10:52 drahn Exp $

SRCS=	prebind_strip.c

PROG=	prebind_strip
MAN= prebind_strip.8

BINDIR=/usr/sbin

CFLAGS += -Wall -ggdb
CFLAGS += -I${.CURDIR}/..

.include <bsd.prog.mk>