openssh/regress/unittests/test_helper/Makefile
guenther@openbsd.org 18813a32b6 upstream commit
DEBUGLIBS has been broken since the gcc4 switch, so delete
it.  CFLAGS contains -g by default anyway

problem noted by Edgar Pettijohn (edgar (at) pettijohn-web.com)
ok millert@ kettenis@ deraadt@

Upstream-Regress-ID: 4a0bb72f95c63f2ae9daa8a040ac23914bddb542
2016-07-08 13:51:12 +10: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>