diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-05-12 23:20:54 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-05-12 23:20:54 +0000 |
commit | 2b0781cc11cefa28d450d3cc30901ec7ae040340 (patch) | |
tree | 14fe29ed6d31d9dee0f3dea9036cf51de00b6a26 /libexec/ld.so/prebind/Makefile | |
parent | 9588320eaa6af8d8d2023d04ebfea3ea7858acb6 (diff) |
move the prebind code into ldconfig as the -P option.
next we will want to enhance the verbose mode, fix error handling,
and change the prebind delete code to use the same directory handling
code
ok drahn
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> |