Remove unwanted CFLAGS, and add a CVS id.

This commit is contained in:
Eric Melville 2001-06-15 23:25:22 +00:00
parent e9370a2e59
commit a70bac9d69
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=78310
2 changed files with 5 additions and 1 deletions

View file

@ -1,7 +1,6 @@
# $FreeBSD$
PROG= enigma
CFLAGS+=-Wall
LINKS= ${BINDIR}/enigma ${BINDIR}/crypt
MLINKS= enigma.1 crypt.1

View file

@ -10,6 +10,11 @@
* Upgraded to function properly on 64-bit machines.
*/
#ifndef lint
static const char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include <sys/types.h>
#include <sys/wait.h>