diff options
author | obrien <obrien@FreeBSD.org> | 2003-08-18 15:32:16 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-08-18 15:32:16 +0000 |
commit | cdb774c40af5c6a24dbe5bba278cd89e3c1bf0df (patch) | |
tree | 78bbf40dea8c7a3996f5ee6df6650f3bb37cbef7 /sbin/atm | |
parent | 6769fa6bd8b7630191b7d3ae8c988c9c69f89795 (diff) | |
download | FreeBSD-src-cdb774c40af5c6a24dbe5bba278cd89e3c1bf0df.zip FreeBSD-src-cdb774c40af5c6a24dbe5bba278cd89e3c1bf0df.tar.gz |
Restore vendor ID's.
Requested by: bde
Diffstat (limited to 'sbin/atm')
-rw-r--r-- | sbin/atm/Makefile | 3 | ||||
-rw-r--r-- | sbin/atm/Makefile.inc | 4 | ||||
-rw-r--r-- | sbin/atm/atm/Makefile | 4 | ||||
-rw-r--r-- | sbin/atm/fore_dnld/Makefile | 4 | ||||
-rw-r--r-- | sbin/atm/ilmid/Makefile | 4 |
5 files changed, 10 insertions, 9 deletions
diff --git a/sbin/atm/Makefile b/sbin/atm/Makefile index 330a8d4..ed7ca1a 100644 --- a/sbin/atm/Makefile +++ b/sbin/atm/Makefile @@ -20,7 +20,8 @@ # Copies of this Software may be made, however, the above copyright # notice must be reproduced on all copies. # -# @(#) $FreeBSD$ +# @(#) $Id: Makefile,v 1.5 1998/07/10 16:01:58 jpt Exp $ +# $FreeBSD$ SUBDIR= atm \ atmconfig \ diff --git a/sbin/atm/Makefile.inc b/sbin/atm/Makefile.inc index 8671486..3d5738a 100644 --- a/sbin/atm/Makefile.inc +++ b/sbin/atm/Makefile.inc @@ -20,7 +20,7 @@ # Copies of this Software may be made, however, the above copyright # notice must be reproduced on all copies. # -# @(#) $FreeBSD$ -# +# @(#) $Id: Makefile.inc,v 1.5 1998/07/10 16:01:58 jpt Exp $ +# $FreeBSD$ .include "../Makefile.inc" diff --git a/sbin/atm/atm/Makefile b/sbin/atm/atm/Makefile index 000cdc7..a29e54d 100644 --- a/sbin/atm/atm/Makefile +++ b/sbin/atm/atm/Makefile @@ -20,8 +20,8 @@ # Copies of this Software may be made, however, the above copyright # notice must be reproduced on all copies. # -# @(#) $FreeBSD$ -# +# @(#) $Id: Makefile,v 1.5 1998/07/10 16:01:58 jpt Exp $ +# $FreeBSD$ PROG= atm SRCS= atm.c atm_fore200.c atm_eni.c atm_inet.c atm_print.c \ diff --git a/sbin/atm/fore_dnld/Makefile b/sbin/atm/fore_dnld/Makefile index 33bba06..abcec31 100644 --- a/sbin/atm/fore_dnld/Makefile +++ b/sbin/atm/fore_dnld/Makefile @@ -20,8 +20,8 @@ # Copies of this Software may be made, however, the above copyright # notice must be reproduced on all copies. # -# @(#) $FreeBSD$ -# +# @(#) $Id: Makefile,v 1.5 1998/07/10 16:01:58 jpt Exp $ +# $FreeBSD$ PROG= fore_dnld MAN= fore_dnld.8 diff --git a/sbin/atm/ilmid/Makefile b/sbin/atm/ilmid/Makefile index 2428b6e..cfd0270 100644 --- a/sbin/atm/ilmid/Makefile +++ b/sbin/atm/ilmid/Makefile @@ -20,8 +20,8 @@ # Copies of this Software may be made, however, the above copyright # notice must be reproduced on all copies. # -# @(#) $FreeBSD$ -# +# @(#) $Id: Makefile,v 1.5 1998/07/10 16:01:58 jpt Exp $ +# $FreeBSD$ PROG= ilmid MAN= ilmid.8 |