mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 23:05:49 +01:00
ab90a4d1e2
They were already converted to use libulog, so it's easy to convert them to utmpx.
10 lines
132 B
Makefile
10 lines
132 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= wall
|
|
SRCS= ttymsg.c wall.c
|
|
BINGRP= tty
|
|
BINMODE=2555
|
|
|
|
.include <bsd.prog.mk>
|