8765 dladm tries setting persistent prop on temporary link
[unleashed.git] / usr / src / test / util-tests / tests / dladm / Makefile
blobe37ae5607240e7aeed92b8336fb98c130160607a
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 lint:
30 clobber: clean
32 clean:
34 $(CMDS): $(TESTDIR)
36 $(ROOTOPTPKG):
37 $(INS.dir)
39 $(ROOTOPTPKG)/%: %.ksh $(ROOTOPTPKG)
40 $(INS.rename)