mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-08-17 16:08:33 +02:00
17 lines
255 B
Makefile
17 lines
255 B
Makefile
# $OpenBSD: Makefile,v 1.2 2015/01/20 22:58:57 djm Exp $
|
|
|
|
LIB= test_helper
|
|
SRCS= test_helper.c fuzz.c
|
|
|
|
DEBUGLIBS= no
|
|
NOPROFILE= yes
|
|
NOPIC= yes
|
|
|
|
# Hack to allow building with SUBDIR in ../../Makefile
|
|
regress: all
|
|
|
|
install:
|
|
@echo -n
|
|
|
|
.include <bsd.lib.mk>
|