xref: /illumos-gate/usr/src/test/crypto-tests/tests/longhash/Makefile (revision b70bf3ee79d81df3ccc36e553e0ff11049a2b51a)
1*b70bf3eeSBill Sommerfeld#
2*b70bf3eeSBill Sommerfeld# This file and its contents are supplied under the terms of the
3*b70bf3eeSBill Sommerfeld# Common Development and Distribution License ("CDDL"), version 1.0.
4*b70bf3eeSBill Sommerfeld# You may only use this file in accordance with the terms of version
5*b70bf3eeSBill Sommerfeld# 1.0 of the CDDL.
6*b70bf3eeSBill Sommerfeld#
7*b70bf3eeSBill Sommerfeld# A full copy of the text of the CDDL should have accompanied this
8*b70bf3eeSBill Sommerfeld# source.  A copy of the CDDL is also available via the Internet at
9*b70bf3eeSBill Sommerfeld# http://www.illumos.org/license/CDDL.
10*b70bf3eeSBill Sommerfeld#
11*b70bf3eeSBill Sommerfeld
12*b70bf3eeSBill Sommerfeld#
13*b70bf3eeSBill Sommerfeld# Copyright 2024 Bill Sommerfeld <sommerfeld@hamachi.org>
14*b70bf3eeSBill Sommerfeld#
15*b70bf3eeSBill Sommerfeld
16*b70bf3eeSBill SommerfeldALGS	= longhash
17*b70bf3eeSBill Sommerfeld
18*b70bf3eeSBill Sommerfeldall	:=	TARGET = all
19*b70bf3eeSBill Sommerfeldinstall	:=	TARGET = install
20*b70bf3eeSBill Sommerfeldclean	:=	TARGET = clean
21*b70bf3eeSBill Sommerfeldclobber	:=	TARGET = clobber
22*b70bf3eeSBill Sommerfeld
23*b70bf3eeSBill Sommerfeld.KEEP_STATE:
24*b70bf3eeSBill Sommerfeld
25*b70bf3eeSBill Sommerfeldall clean clobber install: $(ALGS)
26*b70bf3eeSBill Sommerfeld
27*b70bf3eeSBill Sommerfeld$(ALGS): FRC
28*b70bf3eeSBill Sommerfeld	$(MAKE) -e -f Makefile.longhash BASEPROG=$@ $(TARGET)
29*b70bf3eeSBill Sommerfeld
30*b70bf3eeSBill SommerfeldFRC:
31