summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump/install-sh
diff options
context:
space:
mode:
authorho <ho@openbsd.org>2000-10-03 14:31:54 +0000
committerho <ho@openbsd.org>2000-10-03 14:31:54 +0000
commitcf4e9b474ff7a4035e23c987bfbc637c293e419f (patch)
tree18eb76f43eb448ef303201e23057bb844a59addc /usr.sbin/tcpdump/install-sh
parentAdd -Wall -Werror to CFLAGS. (niklas@, jakob@ ok) (diff)
downloadwireguard-openbsd-cf4e9b474ff7a4035e23c987bfbc637c293e419f.tar.xz
wireguard-openbsd-cf4e9b474ff7a4035e23c987bfbc637c293e419f.zip
Add $OpenBSD$. (jakob@ ok)
Diffstat (limited to 'usr.sbin/tcpdump/install-sh')
-rw-r--r--usr.sbin/tcpdump/install-sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/tcpdump/install-sh b/usr.sbin/tcpdump/install-sh
index ebc66913e94..20161fb04af 100644
--- a/usr.sbin/tcpdump/install-sh
+++ b/usr.sbin/tcpdump/install-sh
@@ -1,4 +1,6 @@
#! /bin/sh
+# $OpenBSD: install-sh,v 1.2 2000/10/03 14:31:55 ho Exp $
+
#
# install - install a program, script, or datafile
# This comes from X11R5 (mit/util/scripts/install.sh).