summaryrefslogtreecommitdiff
path: root/usr.bin/sudo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/sudo/Makefile')
-rw-r--r--usr.bin/sudo/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/usr.bin/sudo/Makefile b/usr.bin/sudo/Makefile
deleted file mode 100644
index 2f4899dfc37..00000000000
--- a/usr.bin/sudo/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-# $OpenBSD: Makefile,v 1.2 2004/09/28 15:10:50 millert Exp $
-
-.include <bsd.own.mk>
-
-SUBDIR= lib sudo visudo
-.if !defined(NOPIC)
-SUBDIR+= noexec
-.endif
-
-.include <bsd.subdir.mk>