a8bfd3d17a
Changed to conform to NetBSD's new RCS Id conventions.
10 lines
176 B
Makefile
10 lines
176 B
Makefile
# $NetBSD: Makefile,v 1.3 1994/11/17 07:17:53 jtc Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
PROG= wall
|
|
SRCS= ttymsg.c wall.c
|
|
BINGRP= tty
|
|
BINMODE=2555
|
|
|
|
.include <bsd.prog.mk>
|