kernel - close holes in autoconf's run_interrupt_driven_config_hooks()
[dragonfly.git] / usr.bin / wall / Makefile
blob46967ae9aff566f54ec8d01c2faec8cc3947cc25
1 # @(#)Makefile 8.1 (Berkeley) 6/6/93
2 # $DragonFly: src/usr.bin/wall/Makefile,v 1.2 2007/08/27 16:51:01 pavalos Exp $
4 PROG= wall
5 SRCS= ttymsg.c wall.c
6 BINGRP= tty
7 BINMODE=2555
9 .include <bsd.prog.mk>