diff options
author | 2002-06-05 21:34:18 +0000 | |
---|---|---|
committer | 2002-06-05 21:34:18 +0000 | |
commit | 75a94d10302b0b2545dcc05f633d661ec44a664d (patch) | |
tree | 197046ef157a9a92dfe0bc89a62b3a76cc427182 | |
parent | append predicate, instead of prepending. makes rules sortable again. (diff) | |
download | wireguard-openbsd-75a94d10302b0b2545dcc05f633d661ec44a664d.tar.xz wireguard-openbsd-75a94d10302b0b2545dcc05f633d661ec44a664d.zip |
missing $OpenBSD$ marker
-rw-r--r-- | usr.bin/make/varname.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/make/varname.h b/usr.bin/make/varname.h index 8394eb644eb..187894423dc 100644 --- a/usr.bin/make/varname.h +++ b/usr.bin/make/varname.h @@ -1,3 +1,4 @@ +/* $OpenBSD: varname.h,v 1.2 2002/06/05 21:34:18 espie Exp $ */ #ifndef VARNAME_H #define VARNAME_H /* |