16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 #
19 # CDDL HEADER END
20 #
21
22 #
23 # Copyright (c) 1995, 2010, Oracle and/or its affiliates. All rights reserved.
24 # Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
25 #
26
27 include ../Makefile.com
28
29 .KEEP_STATE:
30
31 all: $(OBJDIR) .WAIT $(PROG)
32
33 test: $(TESTS)
34
35 # DEMO DELETE START
36 install: all $(ROOTONLDBINPROG)
37 # DEMO DELETE END
38
39 include ../Makefile.targ
|
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 #
19 # CDDL HEADER END
20 #
21
22 #
23 # Copyright (c) 1995, 2010, Oracle and/or its affiliates. All rights reserved.
24 # Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
25 #
26
27 include ../Makefile.com
28
29 .KEEP_STATE:
30
31 all: $(OBJDIR) .WAIT $(PROG)
32
33 test: $(TESTS)
34
35 # DEMO DELETE START
36 catalog:
37
38 install: all $(ROOTONLDBINPROG)
39 # DEMO DELETE END
40
41 include ../Makefile.targ
|