1999-12-28 02:37:14 +00:00
|
|
|
# Copyright (c) 1996 WIDE Project. All rights reserved.
|
|
|
|
#
|
|
|
|
# Redistribution and use in source and binary forms, with or without
|
|
|
|
# modifications, are permitted provided that the above copyright notice
|
|
|
|
# and this paragraph are duplicated in all such forms and that any
|
|
|
|
# documentation, advertising materials, and other materials related to
|
|
|
|
# such distribution and use acknowledge that the software was developed
|
|
|
|
# by the WIDE Project, Japan. The name of the Project may not be used to
|
|
|
|
# endorse or promote products derived from this software without
|
|
|
|
# specific prior written permission. THIS SOFTWARE IS PROVIDED ``AS IS''
|
|
|
|
# AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT
|
|
|
|
# LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
|
|
# A PARTICULAR PURPOSE.
|
2006-07-27 18:28:14 +00:00
|
|
|
#
|
1999-12-28 02:37:14 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2017-03-04 11:33:01 +00:00
|
|
|
.PATH: ${SRCTOP}/usr.sbin/rtsold
|
2006-07-27 13:26:29 +00:00
|
|
|
|
Create packages for atm, ccdconfig, devd, ipf, ipfw,
iscsi, natd, nandfs, pf, quotacheck, and routed.
Add ping6 and rtsol to the runtime package.
Sponsored by: The FreeBSD Foundation
2016-02-09 19:30:31 +00:00
|
|
|
PACKAGE=runtime
|
1999-12-28 02:37:14 +00:00
|
|
|
PROG= rtsol
|
2011-06-08 21:59:07 +00:00
|
|
|
SRCS= rtsold.c rtsol.c if.c probe.c dump.c rtsock.c
|
2014-04-13 05:21:56 +00:00
|
|
|
MAN=
|
1999-12-28 02:37:14 +00:00
|
|
|
|
2010-02-27 10:19:39 +00:00
|
|
|
WARNS?= 3
|
2015-10-06 23:42:58 +00:00
|
|
|
CFLAGS+= -DSMALL
|
2006-07-27 13:26:29 +00:00
|
|
|
|
1999-12-28 02:37:14 +00:00
|
|
|
.include <bsd.prog.mk>
|