freebsd-dev/usr.bin/make/Makefile.dist
Hartmut Brandt da2f954c96 Use the name of the default shell instead of a numeric index to select
the default shell.

Idea from:	DragonFlyBSD
2005-05-24 13:19:40 +00:00

8 lines
149 B
Makefile

# $FreeBSD$
# a very simple makefile...
pmake:
@echo 'make started.'
cc -DDEFSHELLNAME=\"sh\" -I. -c *.c
cc *.o -o pmake
@echo 'make completed.'