Add a vclean_unlocked() call that allows HAMMER to try to get rid of a
[dragonfly.git] / bin / stty / Makefile
blob830168222318da3641440edae81a3d3797aaf6e0
1 # @(#)Makefile 8.1 (Berkeley) 5/31/93
2 # $FreeBSD: src/bin/stty/Makefile,v 1.5.2.1 2001/08/01 05:26:12 obrien Exp $
3 # $DragonFly: src/bin/stty/Makefile,v 1.4 2005/02/06 06:16:40 okumoto Exp $
5 PROG= stty
6 SRCS= cchar.c gfmt.c key.c modes.c print.c stty.c util.c
8 .include <bsd.prog.mk>