diff options
author | 1996-06-26 05:31:08 +0000 | |
---|---|---|
committer | 1996-06-26 05:31:08 +0000 | |
commit | 1258a77d10860d0a1d2b89bfaa6653ced2930912 (patch) | |
tree | d5b976ba9db15bd1729a26b8250b64db1ca31347 /usr.bin/cpp | |
parent | [1] add new rxso passing structure to if_atm.h (diff) | |
download | wireguard-openbsd-1258a77d10860d0a1d2b89bfaa6653ced2930912.tar.xz wireguard-openbsd-1258a77d10860d0a1d2b89bfaa6653ced2930912.zip |
rcsid
Diffstat (limited to 'usr.bin/cpp')
-rw-r--r-- | usr.bin/cpp/Makefile | 2 | ||||
-rw-r--r-- | usr.bin/cpp/cpp.sh | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/cpp/Makefile b/usr.bin/cpp/Makefile index 91df434cc80..36426247def 100644 --- a/usr.bin/cpp/Makefile +++ b/usr.bin/cpp/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1996/01/04 01:50:33 deraadt Exp $ +# $OpenBSD: Makefile,v 1.3 1996/06/26 05:32:24 deraadt Exp $ NOMAN= diff --git a/usr.bin/cpp/cpp.sh b/usr.bin/cpp/cpp.sh index 103e7ecc0d5..c00958801c8 100644 --- a/usr.bin/cpp/cpp.sh +++ b/usr.bin/cpp/cpp.sh @@ -1,4 +1,6 @@ #!/bin/sh +# $OpenBSD: cpp.sh,v 1.2 1996/06/26 05:32:24 deraadt Exp $ + # # Copyright (c) 1990 The Regents of the University of California. # All rights reserved. |