diff options
Diffstat (limited to 'libexec/ld.so/prebind/Makefile')
-rw-r--r-- | libexec/ld.so/prebind/Makefile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/libexec/ld.so/prebind/Makefile b/libexec/ld.so/prebind/Makefile deleted file mode 100644 index fefaf2ee57b..00000000000 --- a/libexec/ld.so/prebind/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# $OpenBSD: Makefile,v 1.2 2006/05/08 20:34:36 deraadt Exp $ - -SRCS= prebind.c sod.c debug.c objarray.c -.if (${MACHINE} == "mips64") -NOPROG= -.else -PROG= prebind -.endif -MAN= prebind.8 - -BINDIR= /usr/sbin - -CFLAGS += -Wall -ggdb -CFLAGS += -I${.CURDIR}/.. - -BINDIR= /usr/sbin - -.include <bsd.prog.mk> |