mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-21 08:24:10 +01:00
47e1a877c5
- fix some nearby style bugs - include Makefile.inc where it makes sense and reduces duplication Approved by: ed (co-mentor)
22 lines
282 B
Makefile
22 lines
282 B
Makefile
# $FreeBSD$
|
|
#
|
|
# svn://mark.heily.com/libkqueue/trunk/test
|
|
# Last update: r114
|
|
#
|
|
# libkqueue and test suite by Mark Heily <mark@heily.com>
|
|
#
|
|
|
|
PROG=kqtest
|
|
SRCS= \
|
|
main.c \
|
|
read.c \
|
|
timer.c \
|
|
vnode.c \
|
|
proc.c \
|
|
signal.c \
|
|
user.c
|
|
NO_MAN=
|
|
WARNS?= 2
|
|
|
|
.include "bsd.prog.mk"
|