diff options
author | Matthew Dempsky <matthew@cvs.openbsd.org> | 2012-09-08 20:09:50 +0000 |
---|---|---|
committer | Matthew Dempsky <matthew@cvs.openbsd.org> | 2012-09-08 20:09:50 +0000 |
commit | 2b73565b50b820422d55c7d77fb1524d42454236 (patch) | |
tree | f17fa275e3ff05460d36c7b2cd366e54f652e30a /regress/lib/csu | |
parent | ea63ed8322523b1772861b797c18f5d36ad144d5 (diff) |
Link init_priority into the regress tree now that it passes (except
mysteriously on m88k).
Diffstat (limited to 'regress/lib/csu')
-rw-r--r-- | regress/lib/csu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/csu/Makefile b/regress/lib/csu/Makefile index 2f68d7f8d59..53396e481b7 100644 --- a/regress/lib/csu/Makefile +++ b/regress/lib/csu/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.3 2002/02/23 01:25:10 art Exp $ +# $OpenBSD: Makefile,v 1.4 2012/09/08 20:09:49 matthew Exp $ -SUBDIR+= ctors dtors +SUBDIR+= ctors dtors init_priority install: |