Makefile (5538fd1e35f6537741eb9f9a6a705cf51e2ade79) | Makefile (604d24db9579f5b317cae3fae63ab75ef5efca7f) |
---|---|
1# Copyright (c) 1996 WIDE Project. All rights reserved. 2# 3# Redistribution and use in source and binary forms, with or without 4# modifications, are permitted provided that the above copyright notice 5# and this paragraph are duplicated in all such forms and that any 6# documentation, advertising materials, and other materials related to 7# such distribution and use acknowledge that the software was developed 8# by the WIDE Project, Japan. The name of the Project may not be used to --- 5 unchanged lines hidden (view full) --- 14# $FreeBSD$ 15 16SRCDIR= ${.CURDIR}/../../usr.sbin/rtsold 17 18PROG= rtsol 19SRCS= rtsold.c rtsol.c if.c probe.c rtsock.c 20 21CFLAGS+=-DINET6 -DHAVE_ARC4RANDOM -DHAVE_POLL_H -DSMALL | 1# Copyright (c) 1996 WIDE Project. All rights reserved. 2# 3# Redistribution and use in source and binary forms, with or without 4# modifications, are permitted provided that the above copyright notice 5# and this paragraph are duplicated in all such forms and that any 6# documentation, advertising materials, and other materials related to 7# such distribution and use acknowledge that the software was developed 8# by the WIDE Project, Japan. The name of the Project may not be used to --- 5 unchanged lines hidden (view full) --- 14# $FreeBSD$ 15 16SRCDIR= ${.CURDIR}/../../usr.sbin/rtsold 17 18PROG= rtsol 19SRCS= rtsold.c rtsol.c if.c probe.c rtsock.c 20 21CFLAGS+=-DINET6 -DHAVE_ARC4RANDOM -DHAVE_POLL_H -DSMALL |
22WARNS= 0 | 22WARNS?= 0 |
23 24NOMAN= yes 25 26.PATH: ${SRCDIR} 27 28.include <bsd.prog.mk> | 23 24NOMAN= yes 25 26.PATH: ${SRCDIR} 27 28.include <bsd.prog.mk> |