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


1.3
date	2002.07.16.22.16.04;	author wollman;	state dead;
branches;
next	1.2;

1.2
date	2002.07.16.21.14.01;	author wollman;	state Exp;
branches;
next	1.1;

1.1
date	2002.07.16.21.13.11;	author wollman;	state Exp;
branches;
next	;


desc
@@


1.3
log
@A little bit more thought has resulted in a generic script which can
implement any of the useless POSIX-required ``regular shell builtin''
utilities, saving one frag and one inode each.  The script moves to
usr.bin/alias which is alphabetically the first of these commands.
@
text
@# $FreeBSD: src/usr.bin/command/Makefile,v 1.2 2002/07/16 21:14:01 wollman Exp $

SCRIPTS=command.sh
NOMAN=

.include <bsd.prog.mk>
@


1.2
log
@Forgot to change command name in Makefile.  (Where's the pointy hat?)
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.1
log
@POSIX requires these shell builtins to also exist as totally pointless
external commands.  Since they serve no useful purpose, it's OK that their
implementation is not the most efficient possible.
@
text
@d3 1
a3 1
SCRIPTS=cd.sh
@

