dmake: do not set MAKEFLAGS=k
[unleashed/tickless.git] / usr / src / lib / libsaveargs / tests / testmatch / Makefile
blob05ca52d9bdc847795c0cad032d8e9c5a5c78a164
3 # This file and its contents are supplied under the terms of the
4 # Common Development and Distribution License ("CDDL"), version 1.0.
5 # You may only use this file in accordance with the terms of version
6 # 1.0 of the CDDL.
8 # A full copy of the text of the CDDL should have accompanied this
9 # source. A copy of the CDDL is also available via the Internet at
10 # http://www.illumos.org/license/CDDL.
14 # Copyright 2012, Richard Lowe.
17 include $(SRC)/Makefile.master
18 include $(SRC)/Makefile.master.64
20 .KEEP_STATE:
22 OBJECTS = testmatch.o data.o
23 PROG = testmatch
25 LDLIBS64 += -lsaveargs
27 AS_CPPFLAGS += -D_ASM
29 $(PROG): $(OBJECTS)
30 $(LINK.c) -o $@ $(OBJECTS) $(LDLIBS64)
32 clean:
33 $(RM) $(OBJECTS) $(PROG)
35 clobber: clean
37 all: $(PROG)
39 install: all