blob: 211059d6a2bc8ee791bf29ea63d2ac4eb58ed09f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $OpenBSD: Makefile,v 1.2 2006/03/09 19:14:10 millert Exp $
PROG= login_reject
SRCS= login_reject.c pwd_gensalt.c
MAN= login_reject.8
CFLAGS+=-Wall
.PATH: ${.CURDIR}/../../usr.bin/passwd
BINOWN= root
BINGRP= auth
BINMODE=555
BINDIR= /usr/libexec/auth
.include <bsd.prog.mk>
|