head	1.3;
access;
symbols;
locks; strict;
comment	@# @;


1.3
date	2001.05.19.06.47.35;	author sobomax;	state dead;
branches;
next	1.2;

1.2
date	2001.05.18.10.40.34;	author ru;	state Exp;
branches;
next	1.1;

1.1
date	2001.05.18.09.00.51;	author nik;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Move scrshot(1) functionality into vidcontrol(1).

Suggested by:		many
Not objected to by:	nik (scrshot co-author)
@
text
@# $FreeBSD: src/usr.bin/scrshot/Makefile,v 1.2 2001/05/18 10:40:34 ru Exp $

PROG=	scrshot

.include <bsd.prog.mk>
@


1.2
log
@Remove GCC-ism (-Wall).
@
text
@d1 1
a1 1
# $FreeBSD: src/usr.bin/scrshot/Makefile,v 1.1 2001/05/18 09:00:51 nik Exp $
@


1.1
log
@New scrshot utility, using the CONS_SCRSHOT ioctl.  Usage is

	scrshot /dev/ttyv0 > shot.scr

See the shot2{txt,png} utilities (soon to be) in the ports collection.

Reviewed by:	-arch
@
text
@d1 1
a1 3
#
# $FreeBSD$
#
a3 1
CFLAGS+=-Wall
@

