Searched defs:SBINPROGS (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/print/bsd-sysv-commands/
H A DMakefile31 SBINPROGS = accept reject lpmove macro
35 LIBLPPROGS = $(BINPROGS) $(SBINPROGS)
38 OBJS = $(BINPROGS:=.o) $(SBINPROGS:=.o) $(LIBPRINTPROGS:=.o) common.o
43 ROOTUSRSBINPROGS = $(SBINPROGS:%=$(ROOTUSRSBIN)/%)
70 all: $(BINPROGS) $(SBINPROGS)
73 $(BINPROGS) $(SBINPROGS) $(LIBPRINTPROGS): $(BINPROGS:%=%.c) $(SBINPROGS:%=%.c) $(LIBPRINTPROGS:%=%.c) common.o
89 ROOTUSRLIBSYMLINKS = $(SBINPROGS:%=$(ROOTLIB)/%)
106 CLOBBERFILES += $(BINPROGS) $(SBINPROGS) $(LIBPRINTPROGS)

Completed in 53 milliseconds