mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Apply style.Makefile(5).
This commit is contained in:
parent
f8f9e73124
commit
73bfeb89ca
1 changed files with 4 additions and 6 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue