diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-01-03 04:53:53 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-01-03 04:53:53 +0000 |
commit | 10f2f8b4d22183d5d513290cdcae5885f40a1b7c (patch) | |
tree | 3b1d539d9e85cecfdd02fab953001628ec563804 /usr.sbin | |
parent | a37356e78574c4e1ff6585d6707ad41411cdacc2 (diff) |
Descend into doc dir, missed in past amd doc commit
Diffstat (limited to 'usr.sbin')
-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> |