mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-12-11 20:54:49 +00:00
18813a32b6
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
16 lines
246 B
Makefile
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>
|