blob: 0f5380c7b10d886070f1b0fc7fa65f7b78071a84 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $OpenBSD: Makefile,v 1.2 2019/04/27 15:56:02 rob Exp $
REGRESS_TARGETS= run-regress run-regress-int-i
CFLAGS= -lutil
run-regress: ber_test
./ber_test
run-regress-int-i: ber_test_int_i
./ber_test_int_i
.include <bsd.regress.mk>
|