head	1.5;
access;
symbols
	RELENG_4_11_0_RELEASE:1.1.2.1
	RELENG_4_11:1.1.2.1.0.16
	RELENG_4_11_BP:1.1.2.1
	RELENG_4_10_0_RELEASE:1.1.2.1
	RELENG_4_10:1.1.2.1.0.14
	RELENG_4_10_BP:1.1.2.1
	RELENG_4_9_0_RELEASE:1.1.2.1
	RELENG_4_9:1.1.2.1.0.12
	RELENG_4_9_BP:1.1.2.1
	RELENG_5_1_0_RELEASE:1.4
	RELENG_5_1:1.4.0.4
	RELENG_5_1_BP:1.4
	RELENG_4_8_0_RELEASE:1.1.2.1
	RELENG_4_8:1.1.2.1.0.10
	RELENG_4_8_BP:1.1.2.1
	RELENG_5_0_0_RELEASE:1.4
	RELENG_5_0:1.4.0.2
	RELENG_5_0_BP:1.4
	RELENG_4_7_0_RELEASE:1.1.2.1
	RELENG_4_7:1.1.2.1.0.8
	RELENG_4_7_BP:1.1.2.1
	RELENG_4_6_2_RELEASE:1.1.2.1
	RELENG_4_6_1_RELEASE:1.1.2.1
	RELENG_4_6_0_RELEASE:1.1.2.1
	RELENG_4_6:1.1.2.1.0.6
	RELENG_4_6_BP:1.1.2.1
	RELENG_4_5_0_RELEASE:1.1.2.1
	RELENG_4_5:1.1.2.1.0.4
	RELENG_4_5_BP:1.1.2.1
	RELENG_4_4_0_RELEASE:1.1.2.1
	RELENG_4_4:1.1.2.1.0.2
	RELENG_4_4_BP:1.1.2.1
	RELENG_4_3_0_RELEASE:1.1
	RELENG_4_3:1.1.0.4
	RELENG_4_3_BP:1.1
	RELENG_4_2_0_RELEASE:1.1
	RELENG_4_1_1_RELEASE:1.1
	PRE_SMPNG:1.1
	RELENG_4_1_0_RELEASE:1.1
	RELENG_4_0_0_RELEASE:1.1
	RELENG_4:1.1.0.2
	RELENG_4_BP:1.1;
locks; strict;
comment	@# @;


1.5
date	2003.06.23.07.25.54;	author tjr;	state dead;
branches;
next	1.4;

1.4
date	2001.07.20.06.19.47;	author obrien;	state Exp;
branches;
next	1.3;

1.3
date	2001.03.26.14.40.06;	author ru;	state Exp;
branches;
next	1.2;

1.2
date	2001.03.20.18.16.31;	author ru;	state Exp;
branches;
next	1.1;

1.1
date	99.12.28.02.37.03;	author shin;	state Exp;
branches
	1.1.2.1;
next	;

1.1.2.1
date	2001.04.25.12.09.34;	author ru;	state Exp;
branches;
next	1.1.2.2;

1.1.2.2
date	2012.11.17.07.28.11;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Delete gifconfig: its functionality has been merged into ifconfig.
@
text
@# 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.
#
# $FreeBSD: src/usr.sbin/gifconfig/Makefile,v 1.4 2001/07/20 06:19:47 obrien Exp $

PROG=	gifconfig
MAN=	gifconfig.8

CFLAGS+= -DINET6

.include <bsd.prog.mk>
@


1.4
log
@Perform a major cleanup of the usr.sbin Makefiles.
These are not perfectly in agreement with each other style-wise, but they
are orders of orders of magnitude more consistent style-wise than before.
@
text
@d15 1
a15 1
# $FreeBSD: src/usr.sbin/gifconfig/Makefile,v 1.3 2001/03/26 14:40:06 ru Exp $
@


1.3
log
@- Backout botched attempt to introduce MANSECT feature.
- MAN[1-9] -> MAN.
@
text
@d14 2
a15 1
# $FreeBSD: src/usr.sbin/gifconfig/Makefile,v 1.2 2001/03/20 18:16:31 ru Exp $
d20 1
a20 1
CFLAGS+=-DINET6
@


1.2
log
@Set the default manual section for usr.sbin/ to 8.
@
text
@d14 1
a14 1
# $FreeBSD: src/usr.sbin/gifconfig/Makefile,v 1.1 1999/12/28 02:37:03 shin Exp $
d17 1
@


1.1
log
@Getaddrinfo(), getnameinfo(), and etc support in libc/net.
Several udp and raw apps IPv6 support.

Reviewed by: freebsd-arch, cvs-committers
Obtained from: KAME project
@
text
@d14 1
a14 1
# $FreeBSD$
a16 1
MAN8=	gifconfig.8
@


1.1.2.1
log
@MFC: MAN[1-9] -> MAN.
@
text
@d14 1
a14 1
# $FreeBSD: src/usr.sbin/gifconfig/Makefile,v 1.1 1999/12/28 02:37:03 shin Exp $
d17 1
a17 1
MAN=	gifconfig.8
@


1.1.2.2
log
@Switch importer
@
text
@d14 1
a14 1
# $FreeBSD: stable/4/usr.sbin/gifconfig/Makefile 75960 2001-04-25 12:11:16Z ru $
@


