xref: /illumos-gate/usr/src/test/libc-tests/tests/fexecve/Makefile (revision 2b395c3c2a39cdc00f9fe7ac497795bd112f7663)
1*2b395c3cSAndy Fiddaman#
2*2b395c3cSAndy Fiddaman# This file and its contents are supplied under the terms of the
3*2b395c3cSAndy Fiddaman# Common Development and Distribution License ("CDDL"), version 1.0.
4*2b395c3cSAndy Fiddaman# You may only use this file in accordance with the terms of version
5*2b395c3cSAndy Fiddaman# 1.0 of the CDDL.
6*2b395c3cSAndy Fiddaman#
7*2b395c3cSAndy Fiddaman# A full copy of the text of the CDDL should have accompanied this
8*2b395c3cSAndy Fiddaman# source.  A copy of the CDDL is also available via the Internet at
9*2b395c3cSAndy Fiddaman# http://www.illumos.org/license/CDDL.
10*2b395c3cSAndy Fiddaman#
11*2b395c3cSAndy Fiddaman
12*2b395c3cSAndy Fiddaman#
13*2b395c3cSAndy Fiddaman# Copyright 2014 Garrett D'Amore <garrett@damore.org>
14*2b395c3cSAndy Fiddaman#
15*2b395c3cSAndy Fiddaman
16*2b395c3cSAndy Fiddamaninclude $(SRC)/Makefile.master
17*2b395c3cSAndy Fiddaman
18*2b395c3cSAndy FiddamanPROG = fexecve_test
19*2b395c3cSAndy FiddamanARCHPROG = fexecve_test
20*2b395c3cSAndy Fiddaman
21*2b395c3cSAndy Fiddamaninclude ../Makefile.com
22