17d56d374SYoshinobu Inoue# Copyright (c) 1996 WIDE Project. All rights reserved. 27d56d374SYoshinobu Inoue# 37d56d374SYoshinobu Inoue# Redistribution and use in source and binary forms, with or without 47d56d374SYoshinobu Inoue# modifications, are permitted provided that the above copyright notice 57d56d374SYoshinobu Inoue# and this paragraph are duplicated in all such forms and that any 67d56d374SYoshinobu Inoue# documentation, advertising materials, and other materials related to 77d56d374SYoshinobu Inoue# such distribution and use acknowledge that the software was developed 87d56d374SYoshinobu Inoue# by the WIDE Project, Japan. The name of the Project may not be used to 97d56d374SYoshinobu Inoue# endorse or promote products derived from this software without 107d56d374SYoshinobu Inoue# specific prior written permission. THIS SOFTWARE IS PROVIDED ``AS IS'' 117d56d374SYoshinobu Inoue# AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT 127d56d374SYoshinobu Inoue# LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 137d56d374SYoshinobu Inoue# A PARTICULAR PURPOSE. 1490e655eaSDavid E. O'Brien# 157d56d374SYoshinobu Inoue 167d56d374SYoshinobu InouePROG= rtsold 17345e52e7SRuslan ErmilovMAN= rtsold.8 187d56d374SYoshinobu InoueMLINKS= rtsold.8 rtsol.8 19*04e9edb5SMark JohnstonSRCS= cap_llflags.c \ 20*04e9edb5SMark Johnston cap_script.c \ 21*04e9edb5SMark Johnston cap_sendmsg.c \ 22*04e9edb5SMark Johnston dump.c \ 23*04e9edb5SMark Johnston if.c \ 24*04e9edb5SMark Johnston rtsock.c \ 25*04e9edb5SMark Johnston rtsol.c \ 26*04e9edb5SMark Johnston rtsold.c 2790e655eaSDavid E. O'Brien 28*04e9edb5SMark JohnstonLIBADD= util 29*04e9edb5SMark Johnston 30*04e9edb5SMark Johnston.include <src.opts.mk> 31*04e9edb5SMark Johnston 32*04e9edb5SMark Johnston.if ${MK_CASPER} != "no" 33*04e9edb5SMark JohnstonCFLAGS+= -DWITH_CASPER 34*04e9edb5SMark JohnstonLIBADD+= casper cap_syslog nv 35*04e9edb5SMark Johnston.endif 367d56d374SYoshinobu Inoue 377d56d374SYoshinobu Inoue.include <bsd.prog.mk> 38