diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2017-08-22 06:44:07 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2017-08-22 06:44:07 +0000 |
commit | 467a9515eeb7c7f0c6cc68b400c63e03ec3b8008 (patch) | |
tree | 5b334653dc7b33e1f632d2751b79a17db0553483 /libexec | |
parent | 2640f6fb457e129536d253091695ed035b02fd7f (diff) |
descend into reorder_kernel
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/Makefile b/libexec/Makefile index 83d7e8b7b30..0ca45485331 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -1,11 +1,12 @@ # from: @(#)Makefile 5.7 (Berkeley) 4/1/91 -# $OpenBSD: Makefile,v 1.65 2015/11/26 19:13:14 deraadt Exp $ +# $OpenBSD: Makefile,v 1.66 2017/08/22 06:44:06 jsg Exp $ .include <bsd.own.mk> SUBDIR= comsat fingerd ftpd getty ld.so lockspool login_chpass \ login_lchpass login_passwd login_radius login_reject \ login_skey login_token login_yubikey mail.local \ + reorder_kernel \ rpc.rquotad rpc.rstatd rpc.rusersd rpc.rwalld \ security spamd spamd-setup spamlogd talkd tradcpp |