# $Id: Makefile,v 1.1 2011/12/13 22:14:29 ksb Exp $ # msrc support for 2008, see .. for context INTO=/usr/src/local/lib/op/sentinel MKACCT=acct.sac GEN= SOURCE= Makefile Makefile.host README \ ${SENTINELS} SENTINELS= clean: FRC rm -f ${GEN} # We expect a reply from MKACCT's gid mux of "." in the case where the # group does not exist in this realm. Your site policy here. --ksb sane: FRC for g in ${SENTINELS} ; do \ set _ $$(muxcat -F -u ${MKACCT} gid $$g| tr -s '\n\r' '\n\n') ;\ if [ _"." = _$$2 ] ; then\ echo "sane: group $$g unknown to ${MKACCT}";\ fi;\ done ${SOURCE}: co -q $@ FRC: # msrc patch to get up-to-date and checked-out sources __msrc: ${SOURCE} ${GEN}