diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2024-08-18 20:08:59 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2024-08-18 20:08:59 +0000 |
commit | 997111deb89af14176a10e7ebcac531f050e1843 (patch) | |
tree | 5e9850f4d66ae6a728c275f0c06b351fd529750d | |
parent | 716dfb4b086c44f011513fd9398e707e678ed4c9 (diff) |
fix comment
-rw-r--r-- | usr.sbin/pppd/chat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pppd/chat/Makefile b/usr.sbin/pppd/chat/Makefile index 3c7e6560c96..cc9613fcab7 100644 --- a/usr.sbin/pppd/chat/Makefile +++ b/usr.sbin/pppd/chat/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 1995/10/18 08:48:00 deraadt Exp $ +# $OpenBSD: Makefile,v 1.2 2024/08/18 20:08:58 deraadt Exp $ PROG= chat SRCS= chat.c |