summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>1996-10-28 04:25:38 +0000
committermillert <millert@openbsd.org>1996-10-28 04:25:38 +0000
commitf8c5a74b75dfbaa040261e80856069a1b7abc39b (patch)
tree8a38d031518ee6967ac14cff03eb09502d242772
parentBe more paranoid about passing around user/group name from argv. (diff)
downloadwireguard-openbsd-f8c5a74b75dfbaa040261e80856069a1b7abc39b.tar.xz
wireguard-openbsd-f8c5a74b75dfbaa040261e80856069a1b7abc39b.zip
add sudo
-rw-r--r--gnu/usr.bin/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile
index 16e722c47b0..ffa49f2ebf4 100644
--- a/gnu/usr.bin/Makefile
+++ b/gnu/usr.bin/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.16 1996/09/14 22:28:11 etheisen Exp $
+# $OpenBSD: Makefile,v 1.17 1996/10/28 04:25:38 millert Exp $
# $NetBSD: Makefile,v 1.35 1996/04/03 21:20:52 chuck Exp $
SUBDIR+= bc cpio cvs dc diff diff3 gcc grep groff
-SUBDIR+= gzip perl rcs sdiff sendbug sort
+SUBDIR+= gzip perl rcs sdiff sendbug sort sudo
# some ports use binutils, some do not.
.if (${MACHINE_ARCH} == "alpha") || (${MACHINE_ARCH} == "mips")