18 #
19 # CDDL HEADER END
20 #
21
22 #
23 # Copyright 2009 Sun Microsystems, Inc. All rights reserved.
24 # Use is subject to license terms.
25 #
26
27 PROG= pkgadd
28
29 OBJS= check.o \
30 main.o \
31 quit.o
32
33 ROOTLINKS= $(ROOTUSRSBIN)/pkgask
34
35 include $(SRC)/cmd/svr4pkg/Makefile.svr4pkg
36
37 LDLIBS += -lpkg -linstzones -ladm
38 LDLIBS += -lcrypto -lwanboot
39
40 .KEEP_STATE:
41
42 all: $(PROG)
43
44 install: all $(ROOTUSRSBINPROG) $(ROOTLINKS)
45
46 $(ROOTLINKS): $(ROOTUSRSBINPROG)
47 $(RM) $@
48 $(LN) $(ROOTUSRSBINPROG) $@
49
50 include $(SRC)/cmd/svr4pkg/Makefile.svr4pkg.targ
|
18 #
19 # CDDL HEADER END
20 #
21
22 #
23 # Copyright 2009 Sun Microsystems, Inc. All rights reserved.
24 # Use is subject to license terms.
25 #
26
27 PROG= pkgadd
28
29 OBJS= check.o \
30 main.o \
31 quit.o
32
33 ROOTLINKS= $(ROOTUSRSBIN)/pkgask
34
35 include $(SRC)/cmd/svr4pkg/Makefile.svr4pkg
36
37 LDLIBS += -lpkg -linstzones -ladm
38 LDLIBS += -lsunw_crypto -lwanboot
39
40 .KEEP_STATE:
41
42 all: $(PROG)
43
44 install: all $(ROOTUSRSBINPROG) $(ROOTLINKS)
45
46 $(ROOTLINKS): $(ROOTUSRSBINPROG)
47 $(RM) $@
48 $(LN) $(ROOTUSRSBINPROG) $@
49
50 include $(SRC)/cmd/svr4pkg/Makefile.svr4pkg.targ
|