freebsd-dev/crypto/openssh/regress/unittests/test_helper/Makefile
2017-03-02 00:11:32 +00:00

16 lines
246 B
Makefile

# $OpenBSD: Makefile,v 1.3 2016/07/04 18:01:44 guenther Exp $
LIB= test_helper
SRCS= test_helper.c fuzz.c
NOPROFILE= yes
NOPIC= yes
# Hack to allow building with SUBDIR in ../../Makefile
regress: all
install:
@echo -n
.include <bsd.lib.mk>