Apply style.Makefile(5).

This commit is contained in:
Ruslan Ermilov 2004-03-26 07:44:49 +00:00
parent f8f9e73124
commit 73bfeb89ca
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=127437

View File

@ -2,17 +2,15 @@
# $FreeBSD$
PROG= pkill
SRCS= pkill.c
MAN= pkill.1
WARNS?= 5
LDADD+= -lkvm
DPADD+= ${LIBKVM}
DPADD= ${LIBKVM}
LDADD= -lkvm
#BINGRP= kmem
#BINMODE= 2555
LINKS+= ${BINDIR}/pkill ${BINDIR}/pgrep
MLINKS+=pkill.1 pgrep.1
LINKS= ${BINDIR}/pkill ${BINDIR}/pgrep
MLINKS= pkill.1 pgrep.1
.include <bsd.prog.mk>