diff options
Diffstat (limited to 'src/regress/lib/libcrypto/init/Makefile')
| -rw-r--r-- | src/regress/lib/libcrypto/init/Makefile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/regress/lib/libcrypto/init/Makefile b/src/regress/lib/libcrypto/init/Makefile deleted file mode 100644 index 33b0a2aa76..0000000000 --- a/src/regress/lib/libcrypto/init/Makefile +++ /dev/null | |||
| @@ -1,14 +0,0 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.1 2018/03/19 14:34:33 beck Exp $ | ||
| 2 | PROG= init_pledge | ||
| 3 | SRCS+= init_pledge.c | ||
| 4 | NOMAN= yes | ||
| 5 | |||
| 6 | LDADD+= -lcrypto -lutil | ||
| 7 | CFLAGS+= -Wall -Werror | ||
| 8 | |||
| 9 | REGRESS_TARGETS+= test_normal | ||
| 10 | |||
| 11 | test_normal: ${PROG} | ||
| 12 | ./${PROG} | ||
| 13 | |||
| 14 | .include <bsd.regress.mk> | ||
