diff options
author | 2001-01-03 04:53:52 +0000 | |
---|---|---|
committer | 2001-01-03 04:53:52 +0000 | |
commit | dbc14e01c4369d67f06f11a95758de30ec49eec5 (patch) | |
tree | 2469d8d74c4c4dcde38d0e5a8d4b0e6ba29634b3 | |
parent | Sync with GENERIC, minor cleanups. (diff) | |
download | wireguard-openbsd-dbc14e01c4369d67f06f11a95758de30ec49eec5.tar.xz wireguard-openbsd-dbc14e01c4369d67f06f11a95758de30ec49eec5.zip |
Descend into doc dir, missed in past amd doc commit
-rw-r--r-- | usr.sbin/amd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/amd/Makefile b/usr.sbin/amd/Makefile index 9aa58fce088..cc053769f1a 100644 --- a/usr.sbin/amd/Makefile +++ b/usr.sbin/amd/Makefile @@ -1,5 +1,5 @@ -# $OpenBSD: Makefile,v 1.3 2001/01/02 19:59:57 mickey Exp $ +# $OpenBSD: Makefile,v 1.4 2001/01/03 04:53:52 millert Exp $ -SUBDIR= amd amq mk-amd-map +SUBDIR= amd amq mk-amd-map doc .include <bsd.subdir.mk> |