summaryrefslogtreecommitdiff
path: root/regress/libexec/ld.so/initfirst/test1/prog1/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'regress/libexec/ld.so/initfirst/test1/prog1/Makefile')
-rw-r--r--regress/libexec/ld.so/initfirst/test1/prog1/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/regress/libexec/ld.so/initfirst/test1/prog1/Makefile b/regress/libexec/ld.so/initfirst/test1/prog1/Makefile
index aa720f9dff9..4a955b55006 100644
--- a/regress/libexec/ld.so/initfirst/test1/prog1/Makefile
+++ b/regress/libexec/ld.so/initfirst/test1/prog1/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2011/11/29 04:36:15 kurt Exp $
+# $OpenBSD: Makefile,v 1.2 2014/07/16 20:04:21 okan Exp $
PROGS= prog1 prog2 prog3 prog4
SRCS= main.c
@@ -29,4 +29,3 @@ do-prog4: prog4
${PROGS}: ${LIBCRT0} ${OBJS} ${LIBC} ${CRTBEGIN} ${CRTEND} ${DPADD}
${CC} ${LDFLAGS} ${LDSTATIC} -o ${.TARGET} ${OBJS} ${LDADD_${.TARGET}}
-