summaryrefslogtreecommitdiffstats
path: root/usr.sbin/amd
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2007-12-05 16:21:44 +0000
committerobrien <obrien@FreeBSD.org>2007-12-05 16:21:44 +0000
commitd87fd1762a742dbd91bdca415c71e8b727288956 (patch)
tree6cba5d60b4583c0208ad6a822afb260e708a2e4c /usr.sbin/amd
parentb6eecea82f77ee62a0c7cbdf151be3a700a62b45 (diff)
downloadFreeBSD-src-d87fd1762a742dbd91bdca415c71e8b727288956.zip
FreeBSD-src-d87fd1762a742dbd91bdca415c71e8b727288956.tar.gz
Autoconf would have created a symlink from conf/autofs/autofs_default.h
to autoamu_autofs_prot.h. It is easier to just create shell header within the Bmake framework. For now it's a stub - fill out when we know our Autofs direction.
Diffstat (limited to 'usr.sbin/amd')
-rw-r--r--usr.sbin/amd/include/amu_auto_prot.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/usr.sbin/amd/include/amu_auto_prot.h b/usr.sbin/amd/include/amu_auto_prot.h
new file mode 100644
index 0000000..12f5b95
--- /dev/null
+++ b/usr.sbin/amd/include/amu_auto_prot.h
@@ -0,0 +1,8 @@
+// $FreeBSD$
+
+/* Adjust once we have some form of Autofs support. */
+
+#if 0
+#include "conf/autofs/autofs_default.h"
+#endif
+
OpenPOWER on IntegriCloud