diff options
Diffstat (limited to 'usr.sbin/nghook')
-rw-r--r-- | usr.sbin/nghook/Makefile | 1 | ||||
-rw-r--r-- | usr.sbin/nghook/Makefile.depend | 2 | ||||
-rw-r--r-- | usr.sbin/nghook/main.c | 2 | ||||
-rw-r--r-- | usr.sbin/nghook/nghook.8 | 2 |
4 files changed, 0 insertions, 7 deletions
diff --git a/usr.sbin/nghook/Makefile b/usr.sbin/nghook/Makefile index 8a63d8238e17..ea3db8641298 100644 --- a/usr.sbin/nghook/Makefile +++ b/usr.sbin/nghook/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ # $Whistle: Makefile,v 1.4 1999/01/16 04:44:33 archie Exp $ PROG= nghook diff --git a/usr.sbin/nghook/Makefile.depend b/usr.sbin/nghook/Makefile.depend index 3f4cb50e1709..208c47654297 100644 --- a/usr.sbin/nghook/Makefile.depend +++ b/usr.sbin/nghook/Makefile.depend @@ -1,8 +1,6 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ - gnu/lib/csu \ include \ include/xlocale \ lib/${CSU_DIR} \ diff --git a/usr.sbin/nghook/main.c b/usr.sbin/nghook/main.c index 700ca5e1a59d..cee8bf481df4 100644 --- a/usr.sbin/nghook/main.c +++ b/usr.sbin/nghook/main.c @@ -37,8 +37,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <stdio.h> #include <stdlib.h> #include <string.h> diff --git a/usr.sbin/nghook/nghook.8 b/usr.sbin/nghook/nghook.8 index 651a6fad1bc0..f51e8ef84044 100644 --- a/usr.sbin/nghook/nghook.8 +++ b/usr.sbin/nghook/nghook.8 @@ -29,8 +29,6 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF WHISTLE COMMUNICATIONS IS ADVISED OF THE POSSIBILITY .\" OF SUCH DAMAGE. -.\" -.\" $FreeBSD$ .\" $Whistle: nghook.8,v 1.4 1999/01/20 03:19:45 archie Exp $ .\" .Dd October 24, 2003 |