diff options
author | bde <bde@FreeBSD.org> | 1996-12-13 14:19:00 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1996-12-13 14:19:00 +0000 |
commit | a50e6b549f6e1664cc001e74aed209aa1b47713f (patch) | |
tree | 59b30d7ea49c15824b91d1f6500bcbcadc0612a8 | |
parent | 87c4dfcb387f45cc22d69953964eea0fa4acb0b9 (diff) | |
download | FreeBSD-src-a50e6b549f6e1664cc001e74aed209aa1b47713f.zip FreeBSD-src-a50e6b549f6e1664cc001e74aed209aa1b47713f.tar.gz |
Made `setup' depend on libraries.
-rw-r--r-- | games/adventure/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/adventure/Makefile b/games/adventure/Makefile index ec9f4e9..3c2a543 100644 --- a/games/adventure/Makefile +++ b/games/adventure/Makefile @@ -10,7 +10,7 @@ CLEANFILES+=setup data.c data.c: glorkz setup ./setup ${.CURDIR}/glorkz > data.c -setup: setup.c hdr.h +setup: setup.c hdr.h ${LIBCRT0} ${LIBC} ${CC} -o setup ${.CURDIR}/setup.c .include <bsd.prog.mk> |