Merge commit '720b16875295d57e0e6a4e0ec32db4d47412f896'
[unleashed.git] / usr / src / test / util-tests / tests / dladm / Makefile
blob53fc2ce0922d72f94679fe60f08a28f15096c92e
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # Copyright 2017 Joyent, Inc.
16 include $(SRC)/cmd/Makefile.cmd
17 include $(SRC)/test/Makefile.com
19 ROOTOPTPKG = $(ROOT)/opt/util-tests/tests
20 PROG = allowed-ips set-linkprop
22 ROOTPROG = $(PROG:%=$(ROOTOPTPKG)/%)
24 all:
26 install: $(ROOTPROG)
28 clobber: clean
30 clean:
32 $(CMDS): $(TESTDIR)
34 $(ROOTOPTPKG):
35 $(INS.dir)
37 $(ROOTOPTPKG)/%: %.ksh $(ROOTOPTPKG)
38 $(INS.rename)