diff options
Diffstat (limited to 'src/regress/lib/libc/asr/bin/getrrsetbyname/Makefile')
-rw-r--r-- | src/regress/lib/libc/asr/bin/getrrsetbyname/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/regress/lib/libc/asr/bin/getrrsetbyname/Makefile b/src/regress/lib/libc/asr/bin/getrrsetbyname/Makefile deleted file mode 100644 index 131403bea1..0000000000 --- a/src/regress/lib/libc/asr/bin/getrrsetbyname/Makefile +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | # $OpenBSD: Makefile,v 1.1.1.1 2012/07/13 17:49:54 eric Exp $ | ||
2 | |||
3 | .PATH: ${.CURDIR}/.. | ||
4 | |||
5 | PROG= getrrsetbyname | ||
6 | SRCS+= getrrsetbyname.c | ||
7 | |||
8 | .include <bsd.prog.mk> | ||