62b43b7f0d
Approved by: marcel (mentor)
11 lines
135 B
Makefile
11 lines
135 B
Makefile
# $FreeBSD$
|
|
|
|
# exercise libcrypt
|
|
|
|
TESTS_C= crypt_tests
|
|
|
|
CFLAGS+= -I${.CURDIR:H}
|
|
LDADD+= -L${.OBJDIR:H} -lcrypt
|
|
|
|
.include <atf.test.mk>
|