diff options
Diffstat (limited to 'regress')
-rw-r--r-- | regress/misc/objc/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/regress/misc/objc/Makefile b/regress/misc/objc/Makefile index 08648240e0b..e2bcab43f6a 100644 --- a/regress/misc/objc/Makefile +++ b/regress/misc/objc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2005/03/26 17:21:25 kettenis Exp $ +# $OpenBSD: Makefile,v 1.2 2005/04/18 17:45:46 miod Exp $ .SUFFIXES: .m @@ -10,8 +10,8 @@ LINK.m?= ${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} .m.o: ${COMPILE.m} ${.IMPSRC} -PROG= main -SRCS= main.m -LDFLAGS= -lobjc +PROG= main +SRCS= main.m +LDADD= -lobjc .include <bsd.regress.mk> |