1*906afcb8SAndy Fiddaman# 2*906afcb8SAndy Fiddaman# This file and its contents are supplied under the terms of the 3*906afcb8SAndy Fiddaman# Common Development and Distribution License ("CDDL"), version 1.0. 4*906afcb8SAndy Fiddaman# You may only use this file in accordance with the terms of version 5*906afcb8SAndy Fiddaman# 1.0 of the CDDL. 6*906afcb8SAndy Fiddaman# 7*906afcb8SAndy Fiddaman# A full copy of the text of the CDDL should have accompanied this 8*906afcb8SAndy Fiddaman# source. A copy of the CDDL is also available via the Internet at 9*906afcb8SAndy Fiddaman# http://www.illumos.org/license/CDDL. 10*906afcb8SAndy Fiddaman# 11*906afcb8SAndy Fiddaman 12*906afcb8SAndy Fiddaman# 13*906afcb8SAndy Fiddaman# Copyright 2021 OmniOS Community Edition (OmniOSce) Association. 14*906afcb8SAndy Fiddaman# 15*906afcb8SAndy Fiddaman 16*906afcb8SAndy Fiddaman# These macros should be kept synchronised with those in 17*906afcb8SAndy Fiddaman# usr/src/contrib/ast/src/lib/libcmd/Makefile 18*906afcb8SAndy Fiddaman 19*906afcb8SAndy FiddamanAST_LICENSE = since=1992,author=gsf+dgk 20*906afcb8SAndy FiddamanASTLIB= libcmd 21*906afcb8SAndy FiddamanASTSRC= $(C_AST)/src/lib/$(ASTLIB) 22*906afcb8SAndy FiddamanHDRGUARD= cmd 23*906afcb8SAndy Fiddaman 24*906afcb8SAndy FiddamanFEATURES= ids sockets symlink utsname 25*906afcb8SAndy FiddamanHEADERSRC= cmd.h 26*906afcb8SAndy FiddamanHEADERGEN= cmdext.h 27*906afcb8SAndy FiddamanHEADERINSTALL= $(HEADERSRC) $(HEADERGEN) 28*906afcb8SAndy FiddamanLOBJDIRS= 29*906afcb8SAndy FiddamanLIBOBJS= \ 30*906afcb8SAndy Fiddaman basename.o cat.o chgrp.o cksum.o chmod.o chown.o cmdinit.o \ 31*906afcb8SAndy Fiddaman cmp.o comm.o cp.o cut.o date.o dirname.o expr.o fds.o \ 32*906afcb8SAndy Fiddaman fmt.o fold.o fts_fix.o getconf.o head.o id.o join.o lib.o ln.o \ 33*906afcb8SAndy Fiddaman logname.o md5sum.o mkdir.o mkfifo.o mktemp.o mv.o paste.o \ 34*906afcb8SAndy Fiddaman pathchk.o pids.o rev.o revlib.o rm.o rmdir.o stty.o sum.o \ 35*906afcb8SAndy Fiddaman sync.o tail.o tee.o tty.o uname.o uniq.o vmstate.o wc.o wclib.o 36