summaryrefslogtreecommitdiff
path: root/regress/libexec/ld.so/hidden/libab/Makefile
blob: 5ab52aaf21f83c5c15af6666d0da5eac5eb16c24 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $OpenBSD: Makefile,v 1.1.1.1 2007/07/31 20:31:42 kurt Exp $

LIB=ab
SRCS= ab.c
NOPROFILE=yes

regress: all

install:

.include <bsd.lib.mk>